Struct croaring_sys::rle16_s[][src]

#[repr(C)]
pub struct rle16_s { pub value: u16, pub length: u16, }

Fields

Trait Implementations

impl Debug for rle16_s
[src]

Formats the value using the given formatter. Read more

impl Copy for rle16_s
[src]

impl Clone for rle16_s
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for rle16_s

impl Sync for rle16_s