pub enum Key {
Show 47 variants
None,
A,
B,
C,
D,
E,
F,
G,
H,
I,
J,
K,
L,
M,
N,
O,
P,
Q,
R,
S,
T,
U,
V,
W,
X,
Y,
Z,
ArrowUp,
ArrowDown,
ArrowLeft,
ArrowRight,
Key0,
Key1,
Key2,
Key3,
Key4,
Key5,
Key6,
Key7,
Key8,
Key9,
LeftCtrl,
RightCtrl,
Enter,
LeftShift,
RightShift,
Escape,
}Variants§
None
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
ArrowUp
ArrowDown
ArrowLeft
ArrowRight
Key0
Key1
Key2
Key3
Key4
Key5
Key6
Key7
Key8
Key9
LeftCtrl
RightCtrl
Enter
LeftShift
RightShift
Escape
Auto Trait Implementations§
impl Freeze for Key
impl RefUnwindSafe for Key
impl Send for Key
impl Sync for Key
impl Unpin for Key
impl UnsafeUnpin for Key
impl UnwindSafe for Key
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