Struct ppapi::input::KeyboardInputEventExperimental
[-]
[+]
[src]
pub struct KeyboardInputEvent(_);
pub struct KeyboardInputEvent(_);
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
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
impl Clone for KeyboardInputEvent
fn clone(&self) -> KeyboardInputEvent
fn clone_from(&mut self, source: &Self)
impl Drop for KeyboardInputEvent
fn drop(&mut self)
impl Show for KeyboardInputEvent
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)
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
).