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