Struct tantivy_bitpacker::BlockedBitpacker
source · pub struct BlockedBitpacker { /* private fields */ }
Expand description
BlockedBitpacker
compresses data in blocks of
128 elements, while keeping an index on it
Implementations§
Trait Implementations§
source§impl Clone for BlockedBitpacker
impl Clone for BlockedBitpacker
source§fn clone(&self) -> BlockedBitpacker
fn clone(&self) -> BlockedBitpacker
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 moresource§impl Debug for BlockedBitpacker
impl Debug for BlockedBitpacker
Auto Trait Implementations§
impl Freeze for BlockedBitpacker
impl RefUnwindSafe for BlockedBitpacker
impl Send for BlockedBitpacker
impl Sync for BlockedBitpacker
impl Unpin for BlockedBitpacker
impl UnwindSafe for BlockedBitpacker
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