Enum ppapi::input::PressExperimental [-]  [+] [src]

pub enum Press {
    Down,
    Up,
}

Variants

Down
Up

Trait Implementations

Derived Implementations

impl Copy for Press

impl Show for Press

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

impl PartialEq for Press

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

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

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)