Struct ppapi::input::KeyboardInputEventExperimental [-]  [+] [src]

pub struct KeyboardInputEvent(_);

Methods

impl KeyboardInputEvent

fn new(res: PP_Resource) -> KeyboardInputEvent

fn new_bumped(res: PP_Resource) -> KeyboardInputEvent

impl KeyboardInputEvent

fn get_key_code(&self) -> u32

fn get_char_text(&self) -> StringVar

Trait Implementations

impl Send for KeyboardInputEvent

impl Resource for KeyboardInputEvent

fn unwrap(&self) -> PP_Resource

fn type_of(&self) -> ResourceType

impl ToOption<PP_Resource> for KeyboardInputEvent

fn to_option(from: &PP_Resource) -> Option<KeyboardInputEvent>

impl InputEvent for KeyboardInputEvent

fn modifiers(&self) -> Modifiers

fn timestamp(&self) -> Ticks

impl Clone for KeyboardInputEvent

fn clone(&self) -> KeyboardInputEvent

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

impl Drop for KeyboardInputEvent

fn drop(&mut self)

Derived Implementations

impl Show for KeyboardInputEvent

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

impl PartialEq for KeyboardInputEvent

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

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

impl Eq for KeyboardInputEvent

fn assert_receiver_is_total_eq(&self)

impl<__S: Writer + Hasher> Hash<__S> for KeyboardInputEvent

fn hash(&self, __arg_0: &mut __S)