Enum allegro::DisplayOrientation [] [src]

pub enum DisplayOrientation {
    DisplayOrientation0Degrees,
    DisplayOrientation90Degrees,
    DisplayOrientation180Degrees,
    DisplayOrientation270Degrees,
    DisplayOrientationFaceUp,
    DisplayOrientationFaceDown,
}

Variants

DisplayOrientation0DegreesDisplayOrientation90DegreesDisplayOrientation180DegreesDisplayOrientation270DegreesDisplayOrientationFaceUpDisplayOrientationFaceDown

Trait Implementations

impl Clone for DisplayOrientation
[src]

fn clone(&self) -> DisplayOrientation

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for DisplayOrientation
[src]