pub struct BitVector { /* private fields */ }
Trait Implementations§
Source§impl FromIterator<bool> for BitVector
impl FromIterator<bool> for BitVector
Source§impl RankSelectDictionaries for BitVector
impl RankSelectDictionaries for BitVector
fn bit_length(&self) -> usize
Auto Trait Implementations§
impl Freeze for BitVector
impl RefUnwindSafe for BitVector
impl Send for BitVector
impl Sync for BitVector
impl Unpin for BitVector
impl UnwindSafe for BitVector
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