Struct croaring_sys::bitset_container_s [] [src]

#[repr(C)]
pub struct bitset_container_s { pub cardinality: i32, pub array: *mut u64, }

Fields

Trait Implementations

impl Debug for bitset_container_s
[src]

Formats the value using the given formatter.

impl Copy for bitset_container_s
[src]

impl Clone for bitset_container_s
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more