Enum adi_screen::Key [] [src]

pub enum Key {
    Char(char),
    Backspace,
    Delete,
    Ctrl(bool),
    Shift(bool),
    Alt(bool),
    Compose,
    NumLock,
    Home,
    End,
    PageUp,
    PageDown,
    Up,
    Down,
    Left,
    Right,
    Insert,
}

Variants

Trait Implementations

impl PartialEq for Key
[src]

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

This method tests for !=.

impl Copy for Key
[src]

impl Clone for Key
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for Key
[src]

Formats the value using the given formatter. Read more