pub struct SuccinctBitVec { /* private fields */ }
Expand description
簡潔ビットベクトル
Implementations§
Source§impl SuccinctBitVec
impl SuccinctBitVec
Sourcepub fn new(b: Vec<bool>) -> Self
pub fn new(b: Vec<bool>) -> Self
Vec<bool>
からSuccinctBitVec
を構築する。
Trait Implementations§
Source§impl Clone for SuccinctBitVec
impl Clone for SuccinctBitVec
Source§fn clone(&self) -> SuccinctBitVec
fn clone(&self) -> SuccinctBitVec
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for SuccinctBitVec
impl RefUnwindSafe for SuccinctBitVec
impl Send for SuccinctBitVec
impl Sync for SuccinctBitVec
impl Unpin for SuccinctBitVec
impl UnwindSafe for SuccinctBitVec
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