[][src]Struct uefi::proto::console::gop::Mode

pub struct Mode { /* fields omitted */ }

Represents a graphics mode compatible with a given graphics device.

Methods

impl Mode[src]

pub fn info_size(&self) -> usize[src]

The size of the info structure in bytes.

Newer versions of the spec might add extra information, in a backwards compatible way.

pub fn info(&self) -> &ModeInfo[src]

Returns a reference to the mode info structure.

Auto Trait Implementations

impl Unpin for Mode

impl Send for Mode

impl Sync for Mode

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]