pub enum ZXKey {
Show 40 variants
Shift,
Z,
X,
C,
V,
A,
S,
D,
F,
G,
Q,
W,
E,
R,
T,
N1,
N2,
N3,
N4,
N5,
N0,
N9,
N8,
N7,
N6,
P,
O,
I,
U,
Y,
Enter,
L,
K,
J,
H,
Space,
SymShift,
M,
N,
B,
}
Expand description
Struct, which contains mast and port of key
Variants§
Shift
Z
X
C
V
A
S
D
F
G
Q
W
E
R
T
N1
N2
N3
N4
N5
N0
N9
N8
N7
N6
P
O
I
U
Y
Enter
L
K
J
H
Space
SymShift
M
N
B
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ZXKey
impl RefUnwindSafe for ZXKey
impl Send for ZXKey
impl Sync for ZXKey
impl Unpin for ZXKey
impl UnwindSafe for ZXKey
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