Enum orbclient::WindowFlag[][src]

pub enum WindowFlag {
    Async,
    Back,
    Front,
    Borderless,
    Resizable,
    Unclosable,
}

Variants

Trait Implementations

impl Clone for WindowFlag
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for WindowFlag
[src]

impl Debug for WindowFlag
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for WindowFlag

impl Sync for WindowFlag