Enum ppapi::input::PressExperimental
[-]
[+]
[src]
pub enum Press { Down, Up, }
Variants
Down | |
Up |
pub enum Press { Down, Up, }
Down | |
Up |
impl Copy for Press
impl Show for Press
impl PartialEq for Press
impl Eq for Press
fn assert_receiver_is_total_eq(&self)
impl<__S: Writer + Hasher> Hash<__S> for Press
fn hash(&self, __arg_0: &mut __S)
impl Clone for Press
fn clone(&self) -> Press
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
).