Enum glium::glutin::TouchPhase
[−]
[src]
pub enum TouchPhase {
Started,
Moved,
Ended,
Cancelled,
}Variants
Started | |
Moved | |
Ended | |
Cancelled |
pub enum TouchPhase {
Started,
Moved,
Ended,
Cancelled,
}Started | |
Moved | |
Ended | |
Cancelled |
impl Copy for TouchPhaseimpl Clone for TouchPhasefn clone(&self) -> TouchPhasefn clone_from(&mut self, source: &Self)impl Eq for TouchPhaseimpl PartialEq<TouchPhase> for TouchPhasefn eq(&self, __arg_0: &TouchPhase) -> boolfn ne(&self, __arg_0: &TouchPhase) -> boolimpl Hash for TouchPhasefn hash<__H>(&self, __arg_0: &mut __H) where __H: Hasherfn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasherimpl Debug for TouchPhase
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).
Search functions by type signature (e.g.
vec -> usize)