Enum luminance_glfw::WindowDim [] [src]

pub enum WindowDim {
    Windowed(u32u32),
    Fullscreen,
    FullscreenRestricted(u32u32),
}

Dimension of the window to create.

Variants

Trait Implementations

impl Clone for WindowDim
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for WindowDim
[src]

impl Debug for WindowDim
[src]

Formats the value using the given formatter.

impl Eq for WindowDim
[src]

impl PartialEq for WindowDim
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.