Struct wgpu_hal::ValidationCanary
source · pub struct ValidationCanary {
pub(crate) inner: Mutex<Vec<String>>,
}
Expand description
Flag for internal testing.
Fields§
§inner: Mutex<Vec<String>>
Implementations§
Auto Trait Implementations§
impl !Freeze for ValidationCanary
impl !RefUnwindSafe for ValidationCanary
impl Send for ValidationCanary
impl Sync for ValidationCanary
impl Unpin for ValidationCanary
impl UnwindSafe for ValidationCanary
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more