Enum colored::Color
[−]
[src]
pub enum Color {
Black,
Red,
Green,
Yellow,
Blue,
Magenta,
Cyan,
White,
}The 8 standard colors.
Variants
BlackRedGreenYellowBlueMagentaCyanWhiteMethods
impl Color[src]
Trait Implementations
impl Debug for Color[src]
impl PartialEq for Color[src]
fn eq(&self, __arg_0: &Color) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.