Struct apple_bundle::info_plist::user_interface::BundlePrimaryIcon [−][src]
pub struct BundlePrimaryIcon {
pub bundle_icon_files: Vec<String>,
pub bundle_symbol_name: Option<String>,
pub prerendered_icon: bool,
}Expand description
Bundle Primary Icon
Fields
bundle_icon_files: Vec<String>The names of a bundle’s icon files.
Availability
- iOS 3.2+
- tvOS 9.0+
- watchOS 2.0+
Framework
- Core Foundation
bundle_symbol_name: Option<String>The name of a symbol from SF Symbols.
Action extensions use template images for their icons. To use a symbol from SF Symbols as the icon, set the value of CFBundleSymbolName to the symbol’s name.
Availability
- iOS 13.0+
Framework
- Core Foundation
prerendered_icon: boolA Boolean value indicating whether the icon files already incorporate a shine effect.
Availability
- iOS 2.0+
- tvOS 9.0+
- watchOS 2.0+
Framework
- UIKit
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 BundlePrimaryIconimpl Send for BundlePrimaryIconimpl Sync for BundlePrimaryIconimpl Unpin for BundlePrimaryIconimpl UnwindSafe for BundlePrimaryIconBlanket Implementations
Mutably borrows from an owned value. Read more