Enum iui::prelude::WindowType [−][src]
pub enum WindowType {
HasMenubar,
NoMenubar,
}A Window can either have a menubar or not; this enum represents that decision.\
Variants
HasMenubarNoMenubar
Trait Implementations
impl Clone for WindowType[src]
impl Clone for WindowTypefn clone(&self) -> WindowType[src]
fn clone(&self) -> WindowTypeReturns 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 WindowTypeimpl Debug for WindowType[src]
impl Debug for WindowTypeAuto Trait Implementations
impl Send for WindowType
impl Send for WindowTypeimpl Sync for WindowType
impl Sync for WindowType