pub struct Fence(/* private fields */);Trait Implementations§
Source§impl BorrowMut<FenceRef> for Fence
impl BorrowMut<FenceRef> for Fence
Source§fn borrow_mut(&mut self) -> &mut FenceRef
fn borrow_mut(&mut self) -> &mut FenceRef
Mutably borrows from an owned value. Read more
Source§impl ForeignType for Fence
impl ForeignType for Fence
impl Send for Fence
impl Sync for Fence
Auto Trait Implementations§
impl Freeze for Fence
impl RefUnwindSafe for Fence
impl Unpin for Fence
impl UnsafeUnpin for Fence
impl UnwindSafe for Fence
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