Enum nannou::event::TouchPhase[]

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

Describes touch-screen input state.

Variants

Trait Implementations

impl Hash for TouchPhase

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

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

impl Clone for TouchPhase

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TouchPhase

Formats the value using the given formatter. Read more

impl Copy for TouchPhase

impl Eq for TouchPhase

impl PartialEq<TouchPhase> for TouchPhase

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

This method tests for !=.

Auto Trait Implementations

impl Send for TouchPhase

impl Sync for TouchPhase