pub struct SimpleAtomicBool(/* private fields */);
Expand description
A simplified std::sync::atomic::AtomicBool
Implementations§
Auto Trait Implementations§
impl !Freeze for SimpleAtomicBool
impl RefUnwindSafe for SimpleAtomicBool
impl Send for SimpleAtomicBool
impl Sync for SimpleAtomicBool
impl Unpin for SimpleAtomicBool
impl UnwindSafe for SimpleAtomicBool
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