#[repr(transparent)]pub struct SRNotificationEvent(pub NSInteger);
Expand description
Tuple Fields§
§0: NSInteger
Implementations§
Source§impl SRNotificationEvent
impl SRNotificationEvent
pub const Unknown: Self
pub const Received: Self
pub const DefaultAction: Self
pub const SupplementaryAction: Self
pub const Clear: Self
pub const NotificationCenterClearAll: Self
pub const Removed: Self
pub const Hide: Self
pub const LongLook: Self
pub const Silence: Self
pub const AppLaunch: Self
pub const Expired: Self
pub const BannerPulldown: Self
pub const TapCoalesce: Self
pub const Deduped: Self
pub const DeviceActivated: Self
pub const DeviceUnlocked: Self
Trait Implementations§
Source§impl Clone for SRNotificationEvent
impl Clone for SRNotificationEvent
Source§fn clone(&self) -> SRNotificationEvent
fn clone(&self) -> SRNotificationEvent
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 SRNotificationEvent
impl Debug for SRNotificationEvent
Source§impl Encode for SRNotificationEvent
impl Encode for SRNotificationEvent
Source§impl Hash for SRNotificationEvent
impl Hash for SRNotificationEvent
Source§impl Ord for SRNotificationEvent
impl Ord for SRNotificationEvent
Source§fn cmp(&self, other: &SRNotificationEvent) -> Ordering
fn cmp(&self, other: &SRNotificationEvent) -> 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 SRNotificationEvent
impl PartialEq for SRNotificationEvent
Source§impl PartialOrd for SRNotificationEvent
impl PartialOrd for SRNotificationEvent
Source§impl RefEncode for SRNotificationEvent
impl RefEncode for SRNotificationEvent
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 SRNotificationEvent
impl Eq for SRNotificationEvent
impl StructuralPartialEq for SRNotificationEvent
Auto Trait Implementations§
impl Freeze for SRNotificationEvent
impl RefUnwindSafe for SRNotificationEvent
impl Send for SRNotificationEvent
impl Sync for SRNotificationEvent
impl Unpin for SRNotificationEvent
impl UnwindSafe for SRNotificationEvent
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.