Enum gdnative_common::OSScreenOrientation [−][src]
#[repr(u32)]pub enum OSScreenOrientation { Landscape, Portrait, ReverseLandscape, ReversePortrait, SensorLandscape, SensorPortrait, Sensor, }
Variants
LandscapePortraitReverseLandscapeReversePortraitSensorLandscapeSensorPortraitSensor
Trait Implementations
impl Copy for OSScreenOrientation[src]
impl Copy for OSScreenOrientationimpl Clone for OSScreenOrientation[src]
impl Clone for OSScreenOrientationfn clone(&self) -> OSScreenOrientation[src]
fn clone(&self) -> OSScreenOrientationReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for OSScreenOrientation[src]
impl Debug for OSScreenOrientationfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for OSScreenOrientation[src]
impl PartialEq for OSScreenOrientationfn eq(&self, other: &OSScreenOrientation) -> bool[src]
fn eq(&self, other: &OSScreenOrientation) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for OSScreenOrientation[src]
impl Eq for OSScreenOrientationimpl Hash for OSScreenOrientation[src]
impl Hash for OSScreenOrientationAuto Trait Implementations
impl Send for OSScreenOrientation
impl Send for OSScreenOrientationimpl Sync for OSScreenOrientation
impl Sync for OSScreenOrientation