Enum conrod::input::touch::Phase [] [src]

pub enum Phase {
    Start,
    Move,
    Cancel,
    End,
}

The stage of the touch interaction.

Variants

The start of a touch interaction.

A touch moving across a surface.

The touch interaction was cancelled.

The end of a touch interaction.

Trait Implementations

impl Copy for Phase
[src]

impl Clone for Phase
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Phase
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for Phase
[src]

[src]

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 Eq for Phase
[src]

impl Hash for Phase
[src]

[src]

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