Enum luminance_windowing::WindowDim [] [src]

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

Dimension metrics.

Variants

Windowed mode.

Fullscreen mode (adapt to your screen).

Fullscreen mode with restricted viewport dimension.

Trait Implementations

impl Clone for WindowDim
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for WindowDim
[src]

impl Debug for WindowDim
[src]

[src]

Formats the value using the given formatter.

impl Eq for WindowDim
[src]

impl PartialEq for WindowDim
[src]

[src]

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

[src]

This method tests for !=.