Struct theban_db::Bitmap [] [src]

pub struct Bitmap {
    pub entry_size: u64,
    pub data: Vec<u8>,
}

Fields

Methods

impl Bitmap
[src]

Trait Implementations

impl Clone for Bitmap
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Bitmap
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for Bitmap
[src]

Formats the value using the given formatter.

impl Encodable for Bitmap
[src]

Serialize a value using an Encoder.

impl Decodable for Bitmap
[src]

Deserialize a value using a Decoder.