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

pub enum TouchListType {
    Touches,
    Delta,
    Target,
}

Variants

Touches
Delta
Target

Trait Implementations

Derived Implementations

impl Copy for TouchListType

impl Show for TouchListType

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

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

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

impl PartialEq for TouchListType

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

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

impl Eq for TouchListType

fn assert_receiver_is_total_eq(&self)

impl Clone for TouchListType

fn clone(&self) -> TouchListType

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