Enum gdk_sys::GdkTouchpadGesturePhase [] [src]

pub enum GdkTouchpadGesturePhase {
    Begin,
    Update,
    End,
    Cancel,
}

Variants

Trait Implementations

impl Clone for GdkTouchpadGesturePhase
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Copy for GdkTouchpadGesturePhase
[src]

impl Debug for GdkTouchpadGesturePhase
[src]

[]

Formats the value using the given formatter.

impl Eq for GdkTouchpadGesturePhase
[src]

impl PartialEq for GdkTouchpadGesturePhase
[src]

[]

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

[]

This method tests for !=.