Enum ppapi::input::KeyboardEventExperimental [-]  [+] [src]

pub enum KeyboardEvent {
    Press(Press, i32),
    Char(char),
}

Variants

Press
Char

Trait Implementations

Derived Implementations

impl Copy for KeyboardEvent

impl Show for KeyboardEvent

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl PartialEq for KeyboardEvent

fn eq(&self, __arg_0: &KeyboardEvent) -> bool

fn ne(&self, __arg_0: &KeyboardEvent) -> bool

impl Eq for KeyboardEvent

fn assert_receiver_is_total_eq(&self)

impl Clone for KeyboardEvent

fn clone(&self) -> KeyboardEvent

fn clone_from(&mut self, source: &Self)