pub struct BitSet64 { /* private fields */ }Expand description
A small fixed-size set implemented as a bit array.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BitSet64
impl RefUnwindSafe for BitSet64
impl Send for BitSet64
impl Sync for BitSet64
impl Unpin for BitSet64
impl UnsafeUnpin for BitSet64
impl UnwindSafe for BitSet64
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