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