[][src]Struct multiboot2::FramebufferTag

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

address: u64pitch: u32width: u32height: u32bpp: u8buffer_type: FramebufferType<'a>

Trait Implementations

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

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

Auto Trait Implementations

impl<'a> Unpin for FramebufferTag<'a>

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

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

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]