Skip to main content

RleBitmapElement

Type Alias RleBitmapElement 

Source
pub type RleBitmapElement = Element<usize>;

Aliased Type§

pub struct RleBitmapElement {
    pub bitoff: usize,
    pub bitlen: usize,
    /* private fields */
}

Fields§

§bitoff: usize

The start offset of this run of 1-bits.

§bitlen: usize

The number of 1-bits in this run.