Struct alacritty::config::color::NormalColors [−][src]
pub struct NormalColors {
pub black: Rgb,
pub red: Rgb,
pub green: Rgb,
pub yellow: Rgb,
pub blue: Rgb,
pub magenta: Rgb,
pub cyan: Rgb,
pub white: Rgb,
}Fields
black: Rgbred: Rgbgreen: Rgbyellow: Rgbblue: Rgbmagenta: Rgbcyan: Rgbwhite: RgbTrait Implementations
Deserialize this value from the given Serde deserializer. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for NormalColors
impl Send for NormalColors
impl Sync for NormalColors
impl Unpin for NormalColors
impl UnwindSafe for NormalColors
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.