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 KeyboardEventimpl Show for KeyboardEventimpl PartialEq for KeyboardEventfn eq(&self, __arg_0: &KeyboardEvent) -> boolfn ne(&self, __arg_0: &KeyboardEvent) -> boolimpl Eq for KeyboardEventfn assert_receiver_is_total_eq(&self)impl Clone for KeyboardEventfn clone(&self) -> KeyboardEventfn 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).