#[repr(u32)]
pub enum KeyCode {
Show 119 variants 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, _0, _1, _2, _3, _4, _5, _6, _7, _8, _9, Pad0, Pad1, Pad2, Pad3, Pad4, Pad5, Pad6, Pad7, Pad8, Pad9, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12, Escape, Tilde, Minus, Equals, Backspace, Tab, Openbrace, Closebrace, Enter, Semicolon, Quote, Backslash, Backslash2, Comma, Fullstop, Slash, Space, Insert, Delete, Home, End, PgUp, PgDn, Left, Right, Up, Down, PadSlash, PadAsterisk, PadMinus, PadPlus, PadDelete, PadEnter, PrintScreen, Pause, AbntC1, Yen, Kana, Convert, NoConvert, At, Circumflex, Colon2, Kanji, PadEquals, Backquote, Semicolon2, Command, Unknown, LShift, RShift, LCtrl, RCtrl, Alt, AltGr, LWin, RWin, Menu, ScrollLock, NumLock, CapsLock,
}

Variants

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

_0

_1

_2

_3

_4

_5

_6

_7

_8

_9

Pad0

Pad1

Pad2

Pad3

Pad4

Pad5

Pad6

Pad7

Pad8

Pad9

F1

F2

F3

F4

F5

F6

F7

F8

F9

F10

F11

F12

Escape

Tilde

Minus

Equals

Backspace

Tab

Openbrace

Closebrace

Enter

Semicolon

Quote

Backslash

Backslash2

Comma

Fullstop

Slash

Space

Insert

Delete

Home

End

PgUp

PgDn

Left

Right

Up

Down

PadSlash

PadAsterisk

PadMinus

PadPlus

PadDelete

PadEnter

PrintScreen

Pause

AbntC1

Yen

Kana

Convert

NoConvert

At

Circumflex

Colon2

Kanji

PadEquals

Backquote

Semicolon2

Command

Unknown

LShift

RShift

LCtrl

RCtrl

Alt

AltGr

LWin

RWin

Menu

ScrollLock

NumLock

CapsLock

Implementations

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

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

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.