pub type RleBitmapElement = Element<usize>;Aliased Type§
pub struct RleBitmapElement {
pub bitoff: usize,
pub bitlen: usize,
/* private fields */
}Fields§
§bitoff: usizeThe start offset of this run of 1-bits.
bitlen: usizeThe number of 1-bits in this run.