Struct croaring_sys::run_container_s [] [src]

#[repr(C)]
pub struct run_container_s { pub n_runs: i32, pub capacity: i32, pub runs: *mut rle16_t, }

Fields

Trait Implementations

impl Debug for run_container_s
[src]

Formats the value using the given formatter.

impl Copy for run_container_s
[src]

impl Clone for run_container_s
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more