Enum sdl2::video::FullscreenType [] [src]

pub enum FullscreenType {
    Off,
    True,
    Desktop,
}

Variants

Methods

impl FullscreenType
[src]

Trait Implementations

impl Copy for FullscreenType
[src]

impl Clone for FullscreenType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for FullscreenType
[src]

impl PartialEq for FullscreenType
[src]

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

This method tests for !=.

impl Hash for FullscreenType
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl Debug for FullscreenType
[src]

Formats the value using the given formatter.