Struct alacritty::config::bell::BellConfig [−][src]
pub struct BellConfig {
pub animation: BellAnimation,
pub command: Option<Program>,
pub color: Rgb,
duration: u16,
}Fields
animation: BellAnimationVisual bell animation function.
command: Option<Program>Command to run on bell.
color: RgbVisual bell flash color.
duration: u16Visual bell duration in milliseconds.
Implementations
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Performs the conversion.
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 BellConfig
impl Send for BellConfig
impl Sync for BellConfig
impl Unpin for BellConfig
impl UnwindSafe for BellConfig
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.