Enum ppapi::input::KeyboardEventExperimental
[-]
[+]
[src]
pub enum KeyboardEvent { Press(Press, i32), Char(char), }
Variants
Press | |
Char |
pub enum KeyboardEvent { Press(Press, i32), Char(char), }
Press | |
Char |
impl Copy for KeyboardEvent
impl Show for KeyboardEvent
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)
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).