pub struct AtomFlag { /* private fields */ }Expand description
The atomic flag
Implementations§
Trait Implementations§
impl Eq for AtomFlag
Auto Trait Implementations§
impl Freeze for AtomFlag
impl RefUnwindSafe for AtomFlag
impl Send for AtomFlag
impl Sync for AtomFlag
impl Unpin for AtomFlag
impl UnwindSafe for AtomFlag
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