Enum sdl2::video::WindowPos [] [src]

pub enum WindowPos {
    Undefined,
    Centered,
    Positioned(i32),
}

Variants

Trait Implementations

impl Copy for WindowPos
[src]

impl Clone for WindowPos
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for WindowPos
[src]

impl PartialEq for WindowPos
[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 WindowPos
[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 WindowPos
[src]

Formats the value using the given formatter.