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

pub enum Move {
    Enter,
    Leave,
    Move,
}

Variants

Enter
Leave
Move

Trait Implementations

Derived Implementations

impl Copy for Move

impl Show for Move

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

impl PartialEq for Move

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

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

impl Eq for Move

fn assert_receiver_is_total_eq(&self)

impl<__S: Writer + Hasher> Hash<__S> for Move

fn hash(&self, __arg_0: &mut __S)

impl Clone for Move

fn clone(&self) -> Move

fn clone_from(&mut self, source: &Self)