Struct theban_db::BitmapSlice [] [src]

pub struct BitmapSlice<'a> {
    pub entry_size: u64,
    pub data: Cow<'a, [u8]>,
}

Fields

Methods

impl<'a> BitmapSlice<'a>
[src]