Struct wgpu_core::snatch::ExclusiveSnatchGuard
source · pub struct ExclusiveSnatchGuard<'a>(RwLockWriteGuard<'a, ()>);
Expand description
A guard that allows snatching the snatchable data.
Tuple Fields§
§0: RwLockWriteGuard<'a, ()>
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for ExclusiveSnatchGuard<'a>
impl<'a> !RefUnwindSafe for ExclusiveSnatchGuard<'a>
impl<'a> !Send for ExclusiveSnatchGuard<'a>
impl<'a> Sync for ExclusiveSnatchGuard<'a>
impl<'a> Unpin for ExclusiveSnatchGuard<'a>
impl<'a> !UnwindSafe for ExclusiveSnatchGuard<'a>
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