Enum gdk_sys::GdkNotifyType
[−]
[src]
#[repr(C)]pub enum GdkNotifyType { Ancestor, Virtual, Inferior, Nonlinear, NonlinearVirtual, Unknown, }
Variants
Ancestor
Virtual
Inferior
Nonlinear
NonlinearVirtual
Unknown
Trait Implementations
impl Clone for GdkNotifyType
[src]
fn clone(&self) -> GdkNotifyType
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