Enum ppapi::input::TouchListTypeExperimental
[-]
[+]
[src]
pub enum TouchListType { Touches, Delta, Target, }
Variants
Touches | |
Delta | |
Target |
pub enum TouchListType { Touches, Delta, Target, }
Touches | |
Delta | |
Target |
impl Copy for TouchListType
impl Show for TouchListType
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)
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
).