Enum gdk_sys::GdkWindowTypeHint
[−]
[src]
#[repr(C)]pub enum GdkWindowTypeHint { Normal, Dialog, Menu, Toolbar, Splashscreen, Utility, Dock, Desktop, DropdownMenu, PopupMenu, Tooltip, Notification, Combo, Dnd, }
Variants
Normal
Dialog
Menu
Toolbar
Splashscreen
Utility
Dock
Desktop
DropdownMenu
PopupMenu
Tooltip
Notification
Combo
Dnd
Trait Implementations
impl Clone for GdkWindowTypeHint
[src]
fn clone(&self) -> GdkWindowTypeHint
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