Enum glfw::WindowMode[][src]

pub enum WindowMode<'a> {
    FullScreen(&'a Monitor),
    Windowed,
}

Describes the mode of a window

Variants

Full screen mode. Contains the monitor on which the window is displayed.

Windowed mode.

Trait Implementations

impl<'a> Copy for WindowMode<'a>
[src]

impl<'a> Clone for WindowMode<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Debug for WindowMode<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> !Send for WindowMode<'a>

impl<'a> !Sync for WindowMode<'a>