Enum nannou::ui::backend::glium::glium::glutin::TouchPhase []

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

Describes touch-screen input state.

Variants

Trait Implementations

impl Copy for TouchPhase

impl Eq for TouchPhase

impl Hash for TouchPhase

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl PartialEq<TouchPhase> for TouchPhase

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Clone for TouchPhase

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for TouchPhase

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for TouchPhase

impl Sync for TouchPhase