Enum apple_bundle::info_plist::user_interface::InterfaceOrientation [−][src]
pub enum InterfaceOrientation {
Portrait,
PortraitUpsideDown,
LandscapeLeft,
LandscapeRight,
}Expand description
Interface Orientation
Variants
The app supports the display in portrait mode, with the device upright and the front camera at the top.
The app supports the display in portrait mode but is upside down, with the device upright and the front camera at the bottom. UIViewController ignores this option on devices without a Home button.
The app supports the display in landscape mode, with the device upright and the front camera on the left.
The app supports the display in landscape mode, with the device upright and the front camera on the right.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for InterfaceOrientationimpl Send for InterfaceOrientationimpl Sync for InterfaceOrientationimpl Unpin for InterfaceOrientationimpl UnwindSafe for InterfaceOrientationBlanket Implementations
Mutably borrows from an owned value. Read more