[][src]Enum basalt::input::qwery::Qwery

pub enum Qwery {
    Esc,
    F1,
    F2,
    F3,
    F4,
    F5,
    F6,
    F7,
    F8,
    F9,
    F10,
    F11,
    F12,
    Tilda,
    One,
    Two,
    Three,
    Four,
    Five,
    Six,
    Seven,
    Eight,
    Nine,
    Zero,
    Dash,
    Equal,
    Backspace,
    Tab,
    Q,
    W,
    E,
    R,
    T,
    Y,
    U,
    I,
    O,
    P,
    LSqBracket,
    RSqBracket,
    Backslash,
    Caps,
    A,
    S,
    D,
    F,
    G,
    H,
    J,
    K,
    L,
    SemiColon,
    Parenthesis,
    Enter,
    LShift,
    Z,
    X,
    C,
    V,
    B,
    N,
    M,
    Comma,
    Period,
    Slash,
    RShift,
    LCtrl,
    LSuper,
    LAlt,
    Space,
    RAlt,
    RSuper,
    RCtrl,
    PrintScreen,
    ScrollLock,
    Pause,
    Insert,
    Home,
    PageUp,
    Delete,
    End,
    PageDown,
    ArrowUp,
    ArrowDown,
    ArrowLeft,
    ArrowRight,
    TrackMute,
    TrackVolDown,
    TrackVolUp,
    TrackPlayPause,
    TrackBack,
    TrackNext,
}

Variants

EscF1F2F3F4F5F6F7F8F9F10F11F12TildaOneTwoThreeFourFiveSixSevenEightNineZeroDashEqualBackspaceTabQWERTYUIOPLSqBracketRSqBracketBackslashCapsASDFGHJKLSemiColonParenthesisEnterLShiftZXCVBNMCommaPeriodSlashRShiftLCtrlLSuperLAltSpaceRAltRSuperRCtrlPrintScreenScrollLockPauseInsertHomePageUpDeleteEndPageDownArrowUpArrowDownArrowLeftArrowRightTrackMuteTrackVolDownTrackVolUpTrackPlayPauseTrackBackTrackNext

Methods

impl Qwery[src]

pub fn into_char(self, shift: bool) -> Option<Character>[src]

Trait Implementations

impl Eq for Qwery[src]

impl Into<u32> for Qwery[src]

impl Clone for Qwery[src]

impl PartialOrd<Qwery> for Qwery[src]

impl Ord for Qwery[src]

impl PartialEq<Qwery> for Qwery[src]

impl From<u32> for Qwery[src]

impl Copy for Qwery[src]

impl Hash for Qwery[src]

impl Debug for Qwery[src]

Auto Trait Implementations

impl Unpin for Qwery

impl Sync for Qwery

impl Send for Qwery

impl UnwindSafe for Qwery

impl RefUnwindSafe for Qwery

Blanket Implementations

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

type Owned = T

The resulting type after obtaining ownership.

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

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

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]

impl<T> Content for T[src]

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

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 

impl<T> SetParameter for T