Enum vga_framebuffer::Colour [−][src]
pub enum Colour {
White,
Yellow,
Magenta,
Red,
Cyan,
Green,
Blue,
Black,
}Variants
WhiteYellowMagentaRedCyanGreenBlueBlack
Trait Implementations
impl Copy for Colour[src]
impl Copy for Colourimpl Clone for Colour[src]
impl Clone for Colourfn clone(&self) -> Colour[src]
fn clone(&self) -> ColourReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Eq for Colour[src]
impl Eq for Colourimpl PartialEq for Colour[src]
impl PartialEq for Colourfn eq(&self, other: &Colour) -> bool[src]
fn eq(&self, other: &Colour) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Debug for Colour[src]
impl Debug for Colour