#[repr(C)]pub struct BM_bvector_statistics {
pub bit_blocks: usize,
pub gap_blocks: usize,
pub max_serialize_mem: usize,
pub memory_used: usize,
}Fields§
§bit_blocks: usize§gap_blocks: usize§max_serialize_mem: usize§memory_used: usizeTrait Implementations§
Source§impl Clone for BM_bvector_statistics
impl Clone for BM_bvector_statistics
Source§fn clone(&self) -> BM_bvector_statistics
fn clone(&self) -> BM_bvector_statistics
Returns a duplicate 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 BM_bvector_statistics
impl Debug for BM_bvector_statistics
impl Copy for BM_bvector_statistics
Auto Trait Implementations§
impl Freeze for BM_bvector_statistics
impl RefUnwindSafe for BM_bvector_statistics
impl Send for BM_bvector_statistics
impl Sync for BM_bvector_statistics
impl Unpin for BM_bvector_statistics
impl UnwindSafe for BM_bvector_statistics
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