pub struct BitSet64(/* private fields */);Expand description
A fixed-size bit set backed by a single u64. Supports positions 0..63.
Implementations§
Trait Implementations§
impl Copy for BitSet64
impl Eq for BitSet64
impl StructuralPartialEq for BitSet64
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