Enum gdk_sys::GdkWindowType
[−]
[src]
#[repr(C)]pub enum GdkWindowType { Root, Toplevel, Child, Temp, Foreign, Offscreen, Subsurface, }
Variants
Root
Toplevel
Child
Temp
Foreign
Offscreen
Subsurface
Trait Implementations
impl Clone for GdkWindowType
[src]
fn clone(&self) -> GdkWindowType
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