Enum gdk_sys::GdkAxisUse [] [src]

pub enum GdkAxisUse {
    Ignore,
    X,
    Y,
    Pressure,
    Xtilt,
    Ytilt,
    Wheel,
    Distance,
    Rotation,
    Slider,
    Last,
}

Variants

Trait Implementations

impl Clone for GdkAxisUse
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Copy for GdkAxisUse
[src]

impl Debug for GdkAxisUse
[src]

[]

Formats the value using the given formatter.

impl Eq for GdkAxisUse
[src]

impl PartialEq for GdkAxisUse
[src]

[]

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

[]

This method tests for !=.