Enum apple_bundle::info_plist::user_interface::UserInterfaceStyle [−][src]
pub enum UserInterfaceStyle {
Automatic,
Light,
Dark,
}Expand description
User Interface Style
Variants
Set this value to adopt the systemwide user interface style, and observe any changes to that style. This is the default value, and provides the same functionality as if the key weren’t explicitly set.
Set this value to force the light user interface style, even when the systemwide style is set to dark. Your app will ignore any changes to the systemwide style.
Set this value to force the dark user interface style, even when the systemwide style is set to light. Your app will ignore any changes to the systemwide style.
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 UserInterfaceStyleimpl Send for UserInterfaceStyleimpl Sync for UserInterfaceStyleimpl Unpin for UserInterfaceStyleimpl UnwindSafe for UserInterfaceStyleBlanket Implementations
Mutably borrows from an owned value. Read more