Enum sdl2::video::WindowPos[src]

pub enum WindowPos {
    PosUndefined,
    PosCentered,
    Positioned(int),
}

Variants

PosUndefined
PosCentered
Positioned

Trait Implementations

Derived Implementations

impl Eq for WindowPos

fn eq(&self, __arg_0: &WindowPos) -> bool

fn ne(&self, __arg_0: &WindowPos) -> bool