Struct alacritty::config::color::PrimaryColors [−][src]
pub struct PrimaryColors {
pub foreground: Rgb,
pub background: Rgb,
pub bright_foreground: Option<Rgb>,
pub dim_foreground: Option<Rgb>,
}Fields
foreground: Rgbbackground: Rgbbright_foreground: Option<Rgb>dim_foreground: Option<Rgb>Trait 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 PrimaryColors
impl Send for PrimaryColors
impl Sync for PrimaryColors
impl Unpin for PrimaryColors
impl UnwindSafe for PrimaryColors
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.