pub enum KeyCode {
Show 13 variants
Escape,
UpArrow,
DownArrow,
LeftArrow,
RightArrow,
LeftShift,
LeftControl,
Tab,
BackSpace,
Space,
PageUp,
PageDown,
Alt,
}Variants§
Escape
UpArrow
DownArrow
LeftArrow
RightArrow
LeftShift
LeftControl
Tab
BackSpace
Space
PageUp
PageDown
Alt
Trait Implementations§
Auto Trait Implementations§
impl Freeze for KeyCode
impl RefUnwindSafe for KeyCode
impl Send for KeyCode
impl Sync for KeyCode
impl Unpin for KeyCode
impl UnwindSafe for KeyCode
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more