Enum gtk_sys::GtkShortcutType
[−]
[src]
#[repr(C)]pub enum GtkShortcutType { Accelerator, GesturePinch, GestureStretch, GestureRotateClockwise, GestureRotateCounterclockwise, GestureTwoFingerSwipeLeft, GestureTwoFingerSwipeRight, Gesture, }
Variants
AcceleratorGesturePinchGestureStretchGestureRotateClockwiseGestureRotateCounterclockwiseGestureTwoFingerSwipeLeftGestureTwoFingerSwipeRightGestureTrait Implementations
impl Clone for GtkShortcutType[src]
fn clone(&self) -> GtkShortcutType
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