Enum allegro::DisplayOrientation [] [src]

#[repr(u32)]
pub enum DisplayOrientation { DisplayOrientation0Degrees, DisplayOrientation90Degrees, DisplayOrientation180Degrees, DisplayOrientation270Degrees, DisplayOrientationFaceUp, DisplayOrientationFaceDown, }

Variants

Trait Implementations

impl Copy for DisplayOrientation
[src]

impl Clone for DisplayOrientation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more