Enum alacritty::config::bindings::Key [−][src]
pub enum Key {
Scancode(u32),
Keycode(VirtualKeyCode),
}Variants
Scancode(u32)
Tuple Fields
0: u32Keycode(VirtualKeyCode)
Tuple Fields
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Key
impl UnwindSafe for Key
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.