Enum glutin::TouchPhase [] [src]

pub enum TouchPhase {
    Started,
    Moved,
    Ended,
    Cancelled,
}

Variants

Started
Moved
Ended
Cancelled

Trait Implementations

Derived Implementations

impl Copy for TouchPhase

impl Clone for TouchPhase

fn clone(&self) -> TouchPhase

1.0.0fn 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)

1.3.0fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher

impl Debug for TouchPhase

fn fmt(&self, __arg_0: &mut Formatter) -> Result