Enum vga_framebuffer::Colour[][src]

pub enum Colour {
    White,
    Yellow,
    Magenta,
    Red,
    Cyan,
    Green,
    Blue,
    Black,
}

Variants

Trait Implementations

impl Copy for Colour
[src]

impl Clone for Colour
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for Colour
[src]

impl PartialEq for Colour
[src]

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

This method tests for !=.

impl Debug for Colour
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Colour

impl Sync for Colour