pub struct AtomicBool(/* private fields */);Implementations§
Auto Trait Implementations§
impl !Freeze for AtomicBool
impl RefUnwindSafe for AtomicBool
impl Send for AtomicBool
impl Sync for AtomicBool
impl Unpin for AtomicBool
impl UnsafeUnpin for AtomicBool
impl UnwindSafe for AtomicBool
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