Struct ppapi::input::KeyboardInputEventExperimental
[-]
[+]
[src]
pub struct KeyboardInputEvent(_);
pub struct KeyboardInputEvent(_);
impl KeyboardInputEventfn new(res: PP_Resource) -> KeyboardInputEventfn new_bumped(res: PP_Resource) -> KeyboardInputEventimpl KeyboardInputEventfn get_key_code(&self) -> u32fn get_char_text(&self) -> StringVarimpl Send for KeyboardInputEventimpl Resource for KeyboardInputEventfn unwrap(&self) -> PP_Resourcefn type_of(&self) -> ResourceTypeimpl ToOption<PP_Resource> for KeyboardInputEventfn to_option(from: &PP_Resource) -> Option<KeyboardInputEvent>impl InputEvent for KeyboardInputEventimpl Clone for KeyboardInputEventfn clone(&self) -> KeyboardInputEventfn clone_from(&mut self, source: &Self)impl Drop for KeyboardInputEventfn drop(&mut self)impl Show for KeyboardInputEventimpl PartialEq for KeyboardInputEventfn eq(&self, __arg_0: &KeyboardInputEvent) -> boolfn ne(&self, __arg_0: &KeyboardInputEvent) -> boolimpl Eq for KeyboardInputEventfn assert_receiver_is_total_eq(&self)impl<__S: Writer + Hasher> Hash<__S> for KeyboardInputEventfn 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).