Struct alacritty::config::ui_config::HintMouse [−][src]
pub struct HintMouse {
pub enabled: bool,
pub mods: ModsWrapper,
}Expand description
Hint mouse highlighting.
Fields
enabled: boolHint mouse highlighting availability.
mods: ModsWrapperRequired mouse modifiers for hint highlighting.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for HintMouse
impl UnwindSafe for HintMouse
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
Value based on which equality for the reset will be determined.