Enum gdk_sys::GdkDevicePadFeature
[−]
[src]
#[repr(C)]pub enum GdkDevicePadFeature { Button, Ring, Strip, }
Variants
Button
Ring
Strip
Trait Implementations
impl Clone for GdkDevicePadFeature
[src]
fn clone(&self) -> GdkDevicePadFeature
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