Enum gdk_sys::GdkTouchpadGesturePhase
[−]
[src]
#[repr(C)]pub enum GdkTouchpadGesturePhase { Begin, Update, End, Cancel, }
Variants
Begin
Update
End
Cancel
Trait Implementations
impl Clone for GdkTouchpadGesturePhase
[src]
fn clone(&self) -> GdkTouchpadGesturePhase
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more