Enum vga::registers::GraphicsControllerIndex[][src]

#[repr(u8)]pub enum GraphicsControllerIndex {
    SetReset,
    EnableSetReset,
    ColorCompare,
    DataRotate,
    ReadPlaneSelect,
    GraphicsMode,
    Miscellaneous,
    ColorDontCare,
    BitMask,
    AddressMapping,
    PageSelector,
    SoftwareFlags,
}

Represents an index for the graphics controller registers.

Variants

SetReset

Represents the Set/Reset register index.

EnableSetReset

Represents the Enable Set/Reset register index.

ColorCompare

Represents the Color Compare register index.

DataRotate

Represents the Data Rotate register index.

ReadPlaneSelect

Represents the Read Plane Select register index.

GraphicsMode

Represents the Graphics Mode register index.

Miscellaneous

Represents the Miscellaneous register index.

ColorDontCare

Represents the Color Don't Care register index.

BitMask

Represents the Bit Mask register index.

AddressMapping

Represents the Address Mapping register index.

PageSelector

Represents the Page Selector register index.

SoftwareFlags

Represents the Software Flags register index.

Trait Implementations

impl Clone for GraphicsControllerIndex[src]

impl Copy for GraphicsControllerIndex[src]

impl Debug for GraphicsControllerIndex[src]

Auto Trait Implementations

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.