Enum 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 TouchPhase
impl Clone for TouchPhase
fn clone(&self) -> TouchPhase
fn clone_from(&mut self, source: &Self)
impl Eq for TouchPhase
impl PartialEq for TouchPhase
fn eq(&self, __arg_0: &TouchPhase) -> bool
fn ne(&self, __arg_0: &TouchPhase) -> bool
impl Hash for TouchPhase
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher
impl Debug for TouchPhase