Struct alacritty::config::color::BrightColors [−][src]
pub struct BrightColors {
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 BrightColors
impl Send for BrightColors
impl Sync for BrightColors
impl Unpin for BrightColors
impl UnwindSafe for BrightColors
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.