Enum libnoentiendo::systems::pet::PetKeys
source · pub enum PetKeys {
Show 74 variants
Exclamation,
DoubleQuote,
Hash,
Dollar,
Percent,
Apostrophe,
Ampersand,
Backslash,
LeftParen,
RightParen,
LeftArrow,
Q,
W,
E,
R,
T,
Y,
U,
I,
O,
P,
UpArrow,
A,
S,
D,
F,
G,
H,
J,
K,
L,
Colon,
Return,
Z,
X,
C,
V,
B,
N,
M,
Comma,
Semicolon,
Question,
LShift,
Reverse,
At,
LeftBracket,
RightBracket,
Space,
LessThan,
GreaterThan,
RunStop,
RShift,
ClrHome,
CursorUpDown,
CursorLeftRight,
InsertDelete,
Num7,
Num8,
Num9,
NumDivide,
Num4,
Num5,
Num6,
NumMultiply,
Num1,
Num2,
Num3,
NumPlus,
Num0,
NumPeriod,
NumMinus,
NumEquals,
Unused,
}
Expand description
The keys found on the PET’s “Graphics” keyboard. Source: https://commons.wikimedia.org/wiki/File:PET_Keyboard.svg
Variants§
Exclamation
DoubleQuote
Hash
Dollar
Percent
Apostrophe
Ampersand
Backslash
LeftParen
RightParen
LeftArrow
Q
W
E
R
T
Y
U
I
O
P
UpArrow
A
S
D
F
G
H
J
K
L
Colon
Return
Z
X
C
V
B
N
M
Comma
Semicolon
Question
LShift
Reverse
At
LeftBracket
RightBracket
Space
LessThan
GreaterThan
RunStop
RShift
ClrHome
CursorUpDown
CursorLeftRight
InsertDelete
Num7
Num8
Num9
NumDivide
Num4
Num5
Num6
NumMultiply
Num1
Num2
Num3
NumPlus
Num0
NumPeriod
NumMinus
NumEquals
Unused
Trait Implementations§
source§impl<'de> Deserialize<'de> for PetKeys
impl<'de> Deserialize<'de> for PetKeys
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for PetKeys
impl PartialEq for PetKeys
impl Copy for PetKeys
impl Eq for PetKeys
impl StructuralEq for PetKeys
impl StructuralPartialEq for PetKeys
Auto Trait Implementations§
impl RefUnwindSafe for PetKeys
impl Send for PetKeys
impl Sync for PetKeys
impl Unpin for PetKeys
impl UnwindSafe for PetKeys
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
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.