Struct apple_bundle::info_plist::user_interface::MainUserInterface [−][src]
pub struct MainUserInterface {
pub application_scene_manifest: Option<ApplicationSceneManifest>,
pub main_storyboard_resource_file_base_name: Option<String>,
pub main_storyboard_file_base_name: Option<String>,
pub main_nib_file_base_name: Option<String>,
pub application_is_agent: Option<bool>,
}Expand description
Main User Interface
Fields
application_scene_manifest: Option<ApplicationSceneManifest>The information about the app’s scene-based life-cycle support.
The presence of this key indicates that the app supports scenes and does not use an app delegate object to manage transitions to and from the foreground or background.
Availability
- iOS 13.0+
Framework
- UIKit
main_storyboard_resource_file_base_name: Option<String>main_storyboard_file_base_name: Option<String>main_nib_file_base_name: Option<String>The name of an app’s main user interface file.
Availability
- iOS 2.0+
- macOS 10.0+
- tvOS 9.0+
- watchOS 2.0+
Framework
- Foundation
application_is_agent: Option<bool>A Boolean value indicating whether the app is an agent app that runs in the background and doesn’t appear in the Dock.
Availability
- macOS 10.0+
Framework
- Core Services
Trait Implementations
Returns the “default value” for a type. Read more
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
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for MainUserInterfaceimpl Send for MainUserInterfaceimpl Sync for MainUserInterfaceimpl Unpin for MainUserInterfaceimpl UnwindSafe for MainUserInterfaceBlanket Implementations
Mutably borrows from an owned value. Read more