Struct simplemad_sys::MadBitPtr [] [src]

pub struct MadBitPtr {
    pub byte: size_t,
    pub cache: uint16_t,
    pub left: uint16_t,
}

Fields

byte: size_t cache: uint16_t left: uint16_t

Trait Implementations

impl Clone for MadBitPtr
[src]

fn clone(&self) -> MadBitPtr

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Debug for MadBitPtr
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Default for MadBitPtr
[src]

fn default() -> MadBitPtr

Returns the "default value" for a type. Read more