pub struct AtomicBitVec { /* private fields */ }Expand description
An atomic bit-vector.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AtomicBitVec
impl RefUnwindSafe for AtomicBitVec
impl Send for AtomicBitVec
impl Sync for AtomicBitVec
impl Unpin for AtomicBitVec
impl UnsafeUnpin for AtomicBitVec
impl UnwindSafe for AtomicBitVec
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