Struct multiboot2::FramebufferTag[][src]

pub struct FramebufferTag<'a> {
    pub address: u64,
    pub pitch: u32,
    pub width: u32,
    pub height: u32,
    pub bpp: u8,
    pub buffer_type: FramebufferType<'a>,
}

Fields

Trait Implementations

impl<'a> Debug for FramebufferTag<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> PartialEq for FramebufferTag<'a>
[src]

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

This method tests for !=.

Auto Trait Implementations

impl<'a> Send for FramebufferTag<'a>

impl<'a> Sync for FramebufferTag<'a>