Struct croaring_sys::bitset_container_s [−][src]
Fields
cardinality: i32
array: *mut u64
Trait Implementations
impl Debug for bitset_container_s[src]
impl Debug for bitset_container_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 bitset_container_s[src]
impl Copy for bitset_container_simpl Clone for bitset_container_s[src]
impl Clone for bitset_container_sfn clone(&self) -> bitset_container_s[src]
fn clone(&self) -> bitset_container_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 bitset_container_s
impl !Send for bitset_container_simpl !Sync for bitset_container_s
impl !Sync for bitset_container_s