pub struct BundleIcons {
pub bundle_alternate_icons: Option<BTreeMap<String, AppIconReferenceName>>,
pub bundle_primary_icon: BundlePrimaryIcon,
}Expand description
Bundle Icons
Fields§
§bundle_alternate_icons: Option<BTreeMap<String, AppIconReferenceName>>§bundle_primary_icon: BundlePrimaryIconThe primary icon for the Home screen and Settings app, among others.
§Availability
- iOS 5.0+
- tvOS 9.0+
- watchOS 2.0+
§Framework
- Core Foundation
Trait Implementations§
Source§impl Clone for BundleIcons
impl Clone for BundleIcons
Source§fn clone(&self) -> BundleIcons
fn clone(&self) -> BundleIcons
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BundleIcons
impl Debug for BundleIcons
Source§impl Default for BundleIcons
impl Default for BundleIcons
Source§fn default() -> BundleIcons
fn default() -> BundleIcons
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BundleIcons
impl<'de> Deserialize<'de> for BundleIcons
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for BundleIcons
impl PartialEq for BundleIcons
Source§impl Serialize for BundleIcons
impl Serialize for BundleIcons
impl Eq for BundleIcons
impl StructuralPartialEq for BundleIcons
Auto Trait Implementations§
impl Freeze for BundleIcons
impl RefUnwindSafe for BundleIcons
impl Send for BundleIcons
impl Sync for BundleIcons
impl Unpin for BundleIcons
impl UnwindSafe for BundleIcons
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.