Enum termbox::Key

pub enum Key {
    F1,
    F2,
    F3,
    F4,
    F5,
    F6,
    F7,
    F8,
    F9,
    F10,
    F11,
    F12,
    Insert,
    Delete,
    Home,
    End,
    Pgup,
    Pgdn,
    ArrowUp,
    ArrowDown,
    ArrowLeft,
    ArrowRight,
    CtrlTilde,
    CtrlA,
    CtrlB,
    CtrlC,
    CtrlD,
    CtrlE,
    CtrlF,
    CtrlG,
    Backspace,
    Tab,
    CtrlJ,
    CtrlK,
    CtrlL,
    Enter,
    CtrlN,
    CtrlO,
    CtrlP,
    CtrlQ,
    CtrlR,
    CtrlS,
    CtrlT,
    CtrlU,
    CtrlV,
    CtrlW,
    CtrlX,
    CtrlY,
    CtrlZ,
    Esc,
    Ctrl4,
    Ctrl5,
    Ctrl6,
    Ctrl7,
    Space,
    Backspace2,
}

Variants

F1
F2
F3
F4
F5
F6
F7
F8
F9
F10
F11
F12
Insert
Delete
Home
End
Pgup
Pgdn
ArrowUp
ArrowDown
ArrowLeft
ArrowRight
CtrlTilde
CtrlA
CtrlB
CtrlC
CtrlD
CtrlE
CtrlF
CtrlG
Backspace
Tab
CtrlJ
CtrlK
CtrlL
Enter
CtrlN
CtrlO
CtrlP
CtrlQ
CtrlR
CtrlS
CtrlT
CtrlU
CtrlV
CtrlW
CtrlX
CtrlY
CtrlZ
Esc
Ctrl4
Ctrl5
Ctrl6
Ctrl7
Space
Backspace2

Trait Implementations

Derived Implementations

impl PartialEq for Key

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

fn ne(&self, __arg_0: &Key) -> bool

impl Eq for Key

fn assert_receiver_is_total_eq(&self)

impl Show for Key

fn fmt(&self, __arg_0: &mut Formatter) -> Result