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