Struct framebuffer::Bitfield [] [src]

#[repr(C)]
pub struct Bitfield { pub offset: u32, pub length: u32, pub msb_right: u32, }

Bitfield which is a part of VarScreeninfo.

Fields

Trait Implementations

impl Clone for Bitfield
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Bitfield
[src]

Formats the value using the given formatter.

impl Default for Bitfield
[src]

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