Struct croaring_sys::roaring_bitmap_s [−][src]
#[repr(C)]pub struct roaring_bitmap_s { pub high_low_container: roaring_array_t, pub copy_on_write: bool, }
Fields
high_low_container: roaring_array_t
copy_on_write: bool
Trait Implementations
impl Debug for roaring_bitmap_s[src]
impl Debug for roaring_bitmap_sfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for roaring_bitmap_s[src]
impl Copy for roaring_bitmap_simpl Clone for roaring_bitmap_s[src]
impl Clone for roaring_bitmap_sfn clone(&self) -> roaring_bitmap_s[src]
fn clone(&self) -> roaring_bitmap_sReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl !Send for roaring_bitmap_s
impl !Send for roaring_bitmap_simpl !Sync for roaring_bitmap_s
impl !Sync for roaring_bitmap_s