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 TouchListTypeimpl Show for TouchListTypeimpl<__S: Writer + Hasher> Hash<__S> for TouchListTypefn hash(&self, __arg_0: &mut __S)impl PartialEq for TouchListTypefn eq(&self, __arg_0: &TouchListType) -> boolfn ne(&self, __arg_0: &TouchListType) -> boolimpl Eq for TouchListTypefn assert_receiver_is_total_eq(&self)impl Clone for TouchListTypefn clone(&self) -> TouchListTypefn 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).