Enum gdk_sys::GdkAxisUse
[−]
[src]
#[repr(C)]pub enum GdkAxisUse { Ignore, X, Y, Pressure, Xtilt, Ytilt, Wheel, Distance, Rotation, Slider, Last, }
Variants
Ignore
X
Y
Pressure
Xtilt
Ytilt
Wheel
Distance
Rotation
Slider
Last
Trait Implementations
impl Clone for GdkAxisUse
[src]
fn clone(&self) -> GdkAxisUse
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