Enum mint2d::core::Fullscreen[][src]

pub enum Fullscreen {
    Disabled,
    Primary,
    Monitor(String),
}

All the possible fullscreen configurations.

Variants

Fullscreen is disabled.

Uses the primary monitor for fullscreen.

Uses the monitor that matches the provided name for fullscreen.

Trait Implementations

impl Clone for Fullscreen
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Fullscreen
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Fullscreen
[src]

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

This method tests for !=.

impl Eq for Fullscreen
[src]

Auto Trait Implementations

impl Send for Fullscreen

impl Sync for Fullscreen