Type Alias croaring_sys::bitset_t

source ·
pub type bitset_t = bitset_s;

Aliased Type§

struct bitset_t {
    pub array: *mut u64,
    pub arraysize: usize,
    pub capacity: usize,
}

Fields§

§array: *mut u64§arraysize: usize§capacity: usize

Trait Implementations§

source§

impl Clone for bitset_s

source§

fn clone(&self) -> bitset_s

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for bitset_s

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for bitset_s