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

Trait Implementations

impl Clone for WindowType
[src]
[+]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Copy for WindowType
[src]

impl Debug for WindowType
[src]
[+]

[]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for WindowType

impl Sync for WindowType