Struct alacritty::config::mouse::Mouse [−][src]
pub struct Mouse {
pub double_click: ClickHandler,
pub triple_click: ClickHandler,
pub hide_when_typing: bool,
pub url: Option<Value>,
}Fields
double_click: ClickHandlertriple_click: ClickHandlerhide_when_typing: boolurl: Option<Value>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Mouse
impl UnwindSafe for Mouse
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.