RKTK API Docs RKTK Home Repo

Enum Key

pub enum Key {
Show 207 variants A = 4, B = 5, C = 6, D = 7, E = 8, F = 9, G = 10, H = 11, I = 12, J = 13, K = 14, L = 15, M = 16, N = 17, O = 18, P = 19, Q = 20, R = 21, S = 22, T = 23, U = 24, V = 25, W = 26, X = 27, Y = 28, Z = 29, D1 = 30, D2 = 31, D3 = 32, D4 = 33, D5 = 34, D6 = 35, D7 = 36, D8 = 37, D9 = 38, D0 = 39, Enter = 40, Escape = 41, Backspace = 42, Tab = 43, Space = 44, Minus = 45, Equal = 46, LeftBracket = 47, RightBracket = 48, Backslash = 49, NonUsHash = 50, Semicolon = 51, Quote = 52, Grave = 53, Comma = 54, Dot = 55, Slash = 56, CapsLock = 57, F1 = 58, F2 = 59, F3 = 60, F4 = 61, F5 = 62, F6 = 63, F7 = 64, F8 = 65, F9 = 66, F10 = 67, F11 = 68, F12 = 69, PrintScreen = 70, ScrollLock = 71, Pause = 72, Insert = 73, Home = 74, PageUp = 75, Delete = 76, End = 77, PageDown = 78, Right = 79, Left = 80, Down = 81, Up = 82, NumLock = 83, KpSlash = 84, KpAsterisk = 85, KpMinus = 86, KpPlus = 87, KpEnter = 88, Kp1 = 89, Kp2 = 90, Kp3 = 91, Kp4 = 92, Kp5 = 93, Kp6 = 94, Kp7 = 95, Kp8 = 96, Kp9 = 97, Kp0 = 98, KpDot = 99, NonUsBackslash = 100, Application = 101, KbPower = 102, KpEqual = 103, F13 = 104, F14 = 105, F15 = 106, F16 = 107, F17 = 108, F18 = 109, F19 = 110, F20 = 111, F21 = 112, F22 = 113, F23 = 114, F24 = 115, Execute = 116, Help = 117, Menu = 118, Select = 119, Stop = 120, Again = 121, Undo = 122, Cut = 123, Copy = 124, Paste = 125, Find = 126, Mute = 127, VolumeUp = 128, VolumeDown = 129, LockingCapsLock = 130, LockingNumLock = 131, LockingScrollLock = 132, KpComma = 133, KpEqualSign = 134, International1 = 135, International2 = 136, International3 = 137, International4 = 138, International5 = 139, International6 = 140, International7 = 141, International8 = 142, International9 = 143, Lang1 = 144, Lang2 = 145, Lang3 = 146, Lang4 = 147, Lang5 = 148, Lang6 = 149, Lang7 = 150, Lang8 = 151, Lang9 = 152, AltErase = 153, SysReq = 154, Cancel = 155, Clear = 156, Prior = 157, Return = 158, Separator = 159, Out = 160, Oper = 161, ClearAgain = 162, CrSel = 163, ExSel = 164, Kp00 = 176, Kp000 = 177, ThousandsSeparator = 178, DecimalSeparator = 179, CurrencyUnit = 180, CurrencySubUnit = 181, KpLeftParen = 182, KpRightParen = 183, KpLeftBrace = 184, KpRightBrace = 185, KpTab = 186, KpBackspace = 187, KpA = 188, KpB = 189, KpC = 190, KpD = 191, KpE = 192, KpF = 193, KpXor = 194, KpPower = 195, KpPercent = 196, KpLess = 197, KpGreater = 198, KpAmpersand = 199, KpDblAmpersand = 200, KpVerticalBar = 201, KpDblVerticalBar = 202, KpColon = 203, KpHash = 204, KpSpace = 205, KpAt = 206, KpExclam = 207, KpMemStore = 208, KpMemRecall = 209, KpMemClear = 210, KpMemAdd = 211, KpMemSubtract = 212, KpMemMultiply = 213, KpMemDivide = 214, KpPlusMinus = 215, KpClear = 216, KpClearEntry = 217, KpBinary = 218, KpOctal = 219, KpDecimal = 220, KpHexadecimal = 221,
}

Variants§

§

A = 4

§

B = 5

§

C = 6

§

D = 7

§

E = 8

§

F = 9

§

G = 10

§

H = 11

§

I = 12

§

J = 13

§

K = 14

§

L = 15

§

M = 16

§

N = 17

§

O = 18

§

P = 19

§

Q = 20

§

R = 21

§

S = 22

§

T = 23

§

U = 24

§

V = 25

§

W = 26

§

X = 27

§

Y = 28

§

Z = 29

§

D1 = 30

§

D2 = 31

§

D3 = 32

§

D4 = 33

§

D5 = 34

§

D6 = 35

§

D7 = 36

§

D8 = 37

§

D9 = 38

§

D0 = 39

§

Enter = 40

§

Escape = 41

§

Backspace = 42

§

Tab = 43

§

Space = 44

§

Minus = 45

§

Equal = 46

§

LeftBracket = 47

§

RightBracket = 48

§

Backslash = 49

§

NonUsHash = 50

§

Semicolon = 51

§

Quote = 52

§

Grave = 53

§

Comma = 54

§

Dot = 55

§

Slash = 56

§

CapsLock = 57

§

F1 = 58

§

F2 = 59

§

F3 = 60

§

F4 = 61

§

F5 = 62

§

F6 = 63

§

F7 = 64

§

F8 = 65

§

F9 = 66

§

F10 = 67

§

F11 = 68

§

F12 = 69

§

PrintScreen = 70

§

ScrollLock = 71

§

Pause = 72

§

Insert = 73

§

Home = 74

§

PageUp = 75

§

Delete = 76

§

End = 77

§

PageDown = 78

§

Right = 79

§

Left = 80

§

Down = 81

§

Up = 82

§

NumLock = 83

§

KpSlash = 84

§

KpAsterisk = 85

§

KpMinus = 86

§

KpPlus = 87

§

KpEnter = 88

§

Kp1 = 89

§

Kp2 = 90

§

Kp3 = 91

§

Kp4 = 92

§

Kp5 = 93

§

Kp6 = 94

§

Kp7 = 95

§

Kp8 = 96

§

Kp9 = 97

§

Kp0 = 98

§

KpDot = 99

§

NonUsBackslash = 100

§

Application = 101

§

KbPower = 102

§

KpEqual = 103

§

F13 = 104

§

F14 = 105

§

F15 = 106

§

F16 = 107

§

F17 = 108

§

F18 = 109

§

F19 = 110

§

F20 = 111

§

F21 = 112

§

F22 = 113

§

F23 = 114

§

F24 = 115

§

Execute = 116

§

Help = 117

§

Menu = 118

§

Select = 119

§

Stop = 120

§

Again = 121

§

Undo = 122

§

Cut = 123

§

Copy = 124

§

Paste = 125

§

Find = 126

§

Mute = 127

§

VolumeUp = 128

§

VolumeDown = 129

§

LockingCapsLock = 130

§

LockingNumLock = 131

§

LockingScrollLock = 132

§

KpComma = 133

§

KpEqualSign = 134

§

International1 = 135

§

International2 = 136

§

International3 = 137

§

International4 = 138

§

International5 = 139

§

International6 = 140

§

International7 = 141

§

International8 = 142

§

International9 = 143

§

Lang1 = 144

§

Lang2 = 145

§

Lang3 = 146

§

Lang4 = 147

§

Lang5 = 148

§

Lang6 = 149

§

Lang7 = 150

§

Lang8 = 151

§

Lang9 = 152

§

AltErase = 153

§

SysReq = 154

§

Cancel = 155

§

Clear = 156

§

Prior = 157

§

Return = 158

§

Separator = 159

§

Out = 160

§

Oper = 161

§

ClearAgain = 162

§

CrSel = 163

§

ExSel = 164

§

Kp00 = 176

§

Kp000 = 177

§

ThousandsSeparator = 178

§

DecimalSeparator = 179

§

CurrencyUnit = 180

§

CurrencySubUnit = 181

§

KpLeftParen = 182

§

KpRightParen = 183

§

KpLeftBrace = 184

§

KpRightBrace = 185

§

KpTab = 186

§

KpBackspace = 187

§

KpA = 188

§

KpB = 189

§

KpC = 190

§

KpD = 191

§

KpE = 192

§

KpF = 193

§

KpXor = 194

§

KpPower = 195

§

KpPercent = 196

§

KpLess = 197

§

KpGreater = 198

§

KpAmpersand = 199

§

KpDblAmpersand = 200

§

KpVerticalBar = 201

§

KpDblVerticalBar = 202

§

KpColon = 203

§

KpHash = 204

§

KpSpace = 205

§

KpAt = 206

§

KpExclam = 207

§

KpMemStore = 208

§

KpMemRecall = 209

§

KpMemClear = 210

§

KpMemAdd = 211

§

KpMemSubtract = 212

§

KpMemMultiply = 213

§

KpMemDivide = 214

§

KpPlusMinus = 215

§

KpClear = 216

§

KpClearEntry = 217

§

KpBinary = 218

§

KpOctal = 219

§

KpDecimal = 220

§

KpHexadecimal = 221

Trait Implementations§

§

impl Clone for Key

§

fn clone(&self) -> Key

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for Key

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<'de> Deserialize<'de> for Key

§

fn deserialize<__D>( __deserializer: __D, ) -> Result<Key, <__D as Deserializer<'de>>::Error>
where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
§

impl Display for Key

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Format for Key

§

fn format(&self, f: Formatter<'_>)

Writes the defmt representation of self to fmt.
§

impl<'_derivative_strum> From<&'_derivative_strum Key> for &'static str

§

fn from(x: &'_derivative_strum Key) -> &'static str

Converts to this type from the input type.
§

impl From<Key> for &'static str

§

fn from(x: Key) -> &'static str

Converts to this type from the input type.
§

impl IntoEnumIterator for Key

§

impl MaxSize for Key

§

const POSTCARD_MAX_SIZE: usize = 2usize

The maximum possible size that the serialization of this type can have, in bytes.
§

impl PartialEq for Key

§

fn eq(&self, other: &Key) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl Serialize for Key

§

fn serialize<__S>( &self, __serializer: __S, ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
§

impl Copy for Key

§

impl Eq for Key

§

impl StructuralPartialEq for Key

Auto Trait Implementations§

§

impl Freeze for Key

§

impl RefUnwindSafe for Key

§

impl Send for Key

§

impl Sync for Key

§

impl Unpin for Key

§

impl UnwindSafe for Key

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Az for T

Source§

fn az<Dst>(self) -> Dst
where T: Cast<Dst>,

Casts the value.
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<Src, Dst> CastFrom<Src> for Dst
where Src: Cast<Dst>,

Source§

fn cast_from(src: Src) -> Dst

Casts the value.
Source§

impl<T> CheckedAs for T

Source§

fn checked_as<Dst>(self) -> Option<Dst>
where T: CheckedCast<Dst>,

Casts the value.
Source§

impl<Src, Dst> CheckedCastFrom<Src> for Dst
where Src: CheckedCast<Dst>,

Source§

fn checked_cast_from(src: Src) -> Option<Dst>

Casts the value.
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dst: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dst. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T> FromColor<T> for T

Source§

fn from_color(color: T) -> T

Converts from the source color type
Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> IntoColor<U> for T
where U: FromColor<T>,

Source§

fn into_color(self) -> U

Converts into the target color type
Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> if into_left is true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> if into_left(&self) returns true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
Source§

impl<T> OverflowingAs for T

Source§

fn overflowing_as<Dst>(self) -> (Dst, bool)
where T: OverflowingCast<Dst>,

Casts the value.
Source§

impl<Src, Dst> OverflowingCastFrom<Src> for Dst
where Src: OverflowingCast<Dst>,

Source§

fn overflowing_cast_from(src: Src) -> (Dst, bool)

Casts the value.
Source§

impl<T> SaturatingAs for T

Source§

fn saturating_as<Dst>(self) -> Dst
where T: SaturatingCast<Dst>,

Casts the value.
Source§

impl<Src, Dst> SaturatingCastFrom<Src> for Dst
where Src: SaturatingCast<Dst>,

Source§

fn saturating_cast_from(src: Src) -> Dst

Casts the value.
Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T> ToString for T
where T: Display + ?Sized,

Source§

fn to_string(&self) -> String

Converts the given value to a String. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<T> UnwrappedAs for T

Source§

fn unwrapped_as<Dst>(self) -> Dst
where T: UnwrappedCast<Dst>,

Casts the value.
Source§

impl<Src, Dst> UnwrappedCastFrom<Src> for Dst
where Src: UnwrappedCast<Dst>,

Source§

fn unwrapped_cast_from(src: Src) -> Dst

Casts the value.
Source§

impl<T> WrappingAs for T

Source§

fn wrapping_as<Dst>(self) -> Dst
where T: WrappingCast<Dst>,

Casts the value.
Source§

impl<Src, Dst> WrappingCastFrom<Src> for Dst
where Src: WrappingCast<Dst>,

Source§

fn wrapping_cast_from(src: Src) -> Dst

Casts the value.
Source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,

§

impl<T> MaybeFormat for T
where T: Debug + Format,