Struct framebuffer::Bitfield [] [src]

pub struct Bitfield {
    pub offset: u32,
    pub length: u32,
    pub msb_right: u32,
}

Bitfield which is a part of VarScreeninfo.

Fields

offset
length
msb_right

Trait Implementations

impl Default for Bitfield

fn default() -> Self

Derived Implementations

impl Debug for Bitfield

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

impl Clone for Bitfield

fn clone(&self) -> Bitfield

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