[][src]Struct uefi::proto::console::text::OutputMode

pub struct OutputMode { /* fields omitted */ }

The text mode (resolution) of the output device.

Implementations

impl OutputMode[src]

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

Returns the index of this mode.

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

Returns the width in columns.

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

Returns the height in rows.

Trait Implementations

impl Clone for OutputMode[src]

impl Copy for OutputMode[src]

impl Debug for OutputMode[src]

impl Eq for OutputMode[src]

impl Ord for OutputMode[src]

impl PartialEq<OutputMode> for OutputMode[src]

impl PartialOrd<OutputMode> for OutputMode[src]

impl StructuralEq for OutputMode[src]

impl StructuralPartialEq for OutputMode[src]

Auto Trait Implementations

impl Send for OutputMode

impl Sync for OutputMode

impl Unpin for OutputMode

Blanket Implementations

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

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

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

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

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

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> 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.