Enum gtk_sys::GtkShortcutType [] [src]

pub enum GtkShortcutType {
    Accelerator,
    GesturePinch,
    GestureStretch,
    GestureRotateClockwise,
    GestureRotateCounterclockwise,
    GestureTwoFingerSwipeLeft,
    GestureTwoFingerSwipeRight,
    Gesture,
}

Variants

Trait Implementations

impl Clone for GtkShortcutType
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Copy for GtkShortcutType
[src]

impl Debug for GtkShortcutType
[src]

[]

Formats the value using the given formatter.

impl Eq for GtkShortcutType
[src]

impl PartialEq for GtkShortcutType
[src]

[]

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

[]

This method tests for !=.