Struct croaring_sys::roaring_array_s [] [src]

#[repr(C)]
pub struct roaring_array_s { pub size: i32, pub allocation_size: i32, pub containers: *mut *mut c_void, pub keys: *mut u16, pub typecodes: *mut u8, }

Roaring arrays are array-based key-value pairs having containers as values and 16-bit integer keys. A roaring bitmap might be implemented as such.

Fields

Trait Implementations

impl Debug for roaring_array_s
[src]

[src]

Formats the value using the given formatter.

impl Copy for roaring_array_s
[src]

impl Clone for roaring_array_s
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more