Enum inputbot::KeybdKey [] [src]

#[repr(u32)]
pub enum KeybdKey { BackspaceKey, TabKey, EnterKey, EscapeKey, SpaceKey, HomeKey, LeftKey, UpKey, RightKey, DownKey, InsertKey, DeleteKey, Numrow0Key, Numrow1Key, Numrow2Key, Numrow3Key, Numrow4Key, Numrow5Key, Numrow6Key, Numrow7Key, Numrow8Key, Numrow9Key, AKey, BKey, CKey, DKey, EKey, FKey, GKey, HKey, IKey, JKey, KKey, LKey, MKey, NKey, OKey, PKey, QKey, RKey, SKey, TKey, UKey, VKey, WKey, XKey, YKey, ZKey, Numpad0Key, Numpad1Key, Numpad2Key, Numpad3Key, Numpad4Key, Numpad5Key, Numpad6Key, Numpad7Key, Numpad8Key, Numpad9Key, F1Key, F2Key, F3Key, F4Key, F5Key, F6Key, F7Key, F8Key, F9Key, F10Key, F11Key, F12Key, NumLockKey, ScrollLockKey, CapsLockKey, LShiftKey, RShiftKey, LControlKey, RControlKey, }

Variants

Methods

impl KeybdKey
[src]

Trait Implementations

impl Debug for KeybdKey
[src]

Formats the value using the given formatter.

impl Eq for KeybdKey
[src]

impl PartialEq for KeybdKey
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Hash for KeybdKey
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Copy for KeybdKey
[src]

impl Clone for KeybdKey
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more