pub struct Fence { /* private fields */ }
Available on
gles
only.Trait Implementations§
impl Send for Fence
Available on non-WebAssembly, or crate feature
fragile-send-sync-non-atomic-wasm
and non-target feature atomics
only.impl Sync for Fence
Available on non-WebAssembly, or crate feature
fragile-send-sync-non-atomic-wasm
and non-target feature atomics
only.Auto Trait Implementations§
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