Enum iui::controls::WindowType [−][src]
pub enum WindowType { HasMenubar, NoMenubar, }
A Window
can either have a menubar or not; this enum represents that decision.\
Variants
HasMenubar
NoMenubar
Trait Implementations
impl Clone for WindowType
[src]
impl Clone for WindowType
fn clone(&self) -> WindowType
[src]
fn clone(&self) -> WindowType
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Copy for WindowType
[src]
impl Copy for WindowType
impl Debug for WindowType
[src]
impl Debug for WindowType
Auto Trait Implementations
impl Send for WindowType
impl Send for WindowType
impl Sync for WindowType
impl Sync for WindowType