#[repr(transparent)]pub struct UIApplicationShortcutIconType(pub NSInteger);
Available on crate feature
UIApplicationShortcutItem
only.Expand description
Tuple Fields§
§0: NSInteger
Implementations§
Source§impl UIApplicationShortcutIconType
impl UIApplicationShortcutIconType
pub const Compose: Self
pub const Play: Self
pub const Pause: Self
pub const Add: Self
pub const Location: Self
pub const Search: Self
pub const Prohibit: Self
pub const Contact: Self
pub const Home: Self
pub const MarkLocation: Self
pub const Favorite: Self
pub const Love: Self
pub const Cloud: Self
pub const Invitation: Self
pub const Confirmation: Self
pub const Mail: Self
pub const Message: Self
pub const Date: Self
pub const Time: Self
pub const CapturePhoto: Self
pub const CaptureVideo: Self
pub const Task: Self
pub const TaskCompleted: Self
pub const Alarm: Self
pub const Bookmark: Self
pub const Shuffle: Self
pub const Audio: Self
pub const Update: Self
Trait Implementations§
Source§impl Clone for UIApplicationShortcutIconType
impl Clone for UIApplicationShortcutIconType
Source§fn clone(&self) -> UIApplicationShortcutIconType
fn clone(&self) -> UIApplicationShortcutIconType
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 Hash for UIApplicationShortcutIconType
impl Hash for UIApplicationShortcutIconType
Source§impl Ord for UIApplicationShortcutIconType
impl Ord for UIApplicationShortcutIconType
Source§fn cmp(&self, other: &UIApplicationShortcutIconType) -> Ordering
fn cmp(&self, other: &UIApplicationShortcutIconType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for UIApplicationShortcutIconType
impl PartialEq for UIApplicationShortcutIconType
Source§fn eq(&self, other: &UIApplicationShortcutIconType) -> bool
fn eq(&self, other: &UIApplicationShortcutIconType) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for UIApplicationShortcutIconType
impl PartialOrd for UIApplicationShortcutIconType
Source§impl RefEncode for UIApplicationShortcutIconType
impl RefEncode for UIApplicationShortcutIconType
Source§const ENCODING_REF: Encoding
const ENCODING_REF: Encoding
The Objective-C type-encoding for a reference of this type. Read more
impl Copy for UIApplicationShortcutIconType
impl Eq for UIApplicationShortcutIconType
impl StructuralPartialEq for UIApplicationShortcutIconType
Auto Trait Implementations§
impl Freeze for UIApplicationShortcutIconType
impl RefUnwindSafe for UIApplicationShortcutIconType
impl Send for UIApplicationShortcutIconType
impl Sync for UIApplicationShortcutIconType
impl Unpin for UIApplicationShortcutIconType
impl UnwindSafe for UIApplicationShortcutIconType
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<T> EncodeArgument for Twhere
T: Encode,
impl<T> EncodeArgument for Twhere
T: Encode,
Source§const ENCODING_ARGUMENT: Encoding = T::ENCODING
const ENCODING_ARGUMENT: Encoding = T::ENCODING
The Objective-C type-encoding for this type.
Source§impl<T> EncodeReturn for Twhere
T: Encode,
impl<T> EncodeReturn for Twhere
T: Encode,
Source§const ENCODING_RETURN: Encoding = T::ENCODING
const ENCODING_RETURN: Encoding = T::ENCODING
The Objective-C type-encoding for this type.