#[repr(transparent)]pub struct UIApplicationShortcutIconType(pub NSInteger);Available on crate feature
UIApplicationShortcutItem only.Tuple Fields§
§0: NSIntegerImplementations§
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 copy 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
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for UIApplicationShortcutIconType
impl PartialOrd for UIApplicationShortcutIconType
source§fn partial_cmp(&self, other: &UIApplicationShortcutIconType) -> Option<Ordering>
fn partial_cmp(&self, other: &UIApplicationShortcutIconType) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresource§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> 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.