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

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

ABCDEFGHIJKLMNOPQRSTUVWXYZRow0Row1Row2Row3Row4Row5Row6Row7Row8Row9SpaceMinusEqualsLBracketRBracketBackslashSemicolonApostropheGraveCommaPeriodSlashF1F2F3F4F5F6F7F8F9F10F11F12ReturnEscapeBackspaceTabPauseInsertHomePageupDeleteEndPagedownRightLeftDownUpShiftControlPad0Pad1Pad2Pad3Pad4Pad5Pad6Pad7Pad8Pad9PadDividePadMultiplyPadMinusPadPlusPadPeriodPadEnterMouseLeftMouseRightMouseMiddleMouseX1MouseX2MouseMoveMouseScrollMouseWheelMouseXMouseYMousePixelXMousePixelYMouseClicksWidthHeightCellWidthCellHeightColorBkcolorLayerCompositionCharWcharEventFullscreenCloseResized

Trait Implementations

impl Clone for InputFilterEvent[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Eq for InputFilterEvent[src]

impl PartialEq<InputFilterEvent> for InputFilterEvent[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]

This method tests for !=.

impl Debug for InputFilterEvent[src]

impl Display for InputFilterEvent[src]

impl Hash for InputFilterEvent[src]

fn hash_slice<H>(data: &[Self], state: &mut H) where
    H: Hasher
1.3.0[src]

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

Auto Trait Implementations

impl Send for InputFilterEvent

impl Sync for InputFilterEvent

Blanket Implementations

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]