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

Trait Implementations

impl Debug for roaring_bitmap_s
[src]

[src]

Formats the value using the given formatter.

impl Copy for roaring_bitmap_s
[src]

impl Clone for roaring_bitmap_s
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more