Enum bear_lib_terminal::terminal::config::InputFilterEvent [] [src]

pub enum InputFilterEvent {
    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,
    Row0,
    Row1,
    Row2,
    Row3,
    Row4,
    Row5,
    Row6,
    Row7,
    Row8,
    Row9,
    Space,
    Minus,
    Equals,
    LBracket,
    RBracket,
    Backslash,
    Semicolon,
    Apostrophe,
    Grave,
    Comma,
    Period,
    Slash,
    F1,
    F2,
    F3,
    F4,
    F5,
    F6,
    F7,
    F8,
    F9,
    F10,
    F11,
    F12,
    Return,
    Escape,
    Backspace,
    Tab,
    Pause,
    Insert,
    Home,
    Pageup,
    Delete,
    End,
    Pagedown,
    Right,
    Left,
    Down,
    Up,
    Shift,
    Control,
    Pad0,
    Pad1,
    Pad2,
    Pad3,
    Pad4,
    Pad5,
    Pad6,
    Pad7,
    Pad8,
    Pad9,
    PadDivide,
    PadMultiply,
    PadMinus,
    PadPlus,
    PadPeriod,
    PadEnter,
    MouseLeft,
    MouseRight,
    MouseMiddle,
    MouseX1,
    MouseX2,
    MouseMove,
    MouseScroll,
    MouseWheel,
    MouseX,
    MouseY,
    MousePixelX,
    MousePixelY,
    MouseClicks,
    Width,
    Height,
    CellWidth,
    CellHeight,
    Color,
    Bkcolor,
    Layer,
    Composition,
    Char,
    Wchar,
    Event,
    Fullscreen,
    Close,
    Resized,
}

As enumerated here

Variants

Trait Implementations

impl Clone for InputFilterEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for InputFilterEvent
[src]

Formats the value using the given formatter.

impl Eq for InputFilterEvent
[src]

impl PartialEq for InputFilterEvent
[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 InputFilterEvent
[src]

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

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

impl Display for InputFilterEvent
[src]

Formats the value using the given formatter. Read more