Enum stdweb::web::event::ModifierKey[][src]

pub enum ModifierKey {
    Alt,
    AltGr,
    CapsLock,
    Ctrl,
    Function,
    FunctionLock,
    Hyper,
    Meta,
    NumLock,
    OS,
    ScrollLock,
    Shift,
    Super,
    Symbol,
    SymbolLock,
}

A modifier key on the keyboard.

Variants

Trait Implementations

impl Clone for ModifierKey
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ModifierKey
[src]

impl Debug for ModifierKey
[src]

Formats the value using the given formatter. Read more

impl Eq for ModifierKey
[src]

impl PartialEq for ModifierKey
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for ModifierKey

impl Sync for ModifierKey