Struct objc2_event_kit::EKAlarmType
source · #[repr(transparent)]pub struct EKAlarmType(pub NSInteger);Available on crate feature
EKTypes only.Tuple Fields§
§0: NSIntegerImplementations§
Trait Implementations§
source§impl Clone for EKAlarmType
impl Clone for EKAlarmType
source§fn clone(&self) -> EKAlarmType
fn clone(&self) -> EKAlarmType
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 Debug for EKAlarmType
impl Debug for EKAlarmType
source§impl Encode for EKAlarmType
impl Encode for EKAlarmType
source§impl Hash for EKAlarmType
impl Hash for EKAlarmType
source§impl Ord for EKAlarmType
impl Ord for EKAlarmType
source§fn cmp(&self, other: &EKAlarmType) -> Ordering
fn cmp(&self, other: &EKAlarmType) -> 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 EKAlarmType
impl PartialEq for EKAlarmType
source§fn eq(&self, other: &EKAlarmType) -> bool
fn eq(&self, other: &EKAlarmType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for EKAlarmType
impl PartialOrd for EKAlarmType
source§fn partial_cmp(&self, other: &EKAlarmType) -> Option<Ordering>
fn partial_cmp(&self, other: &EKAlarmType) -> 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 EKAlarmType
impl RefEncode for EKAlarmType
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 EKAlarmType
impl Eq for EKAlarmType
impl StructuralPartialEq for EKAlarmType
Auto Trait Implementations§
impl Freeze for EKAlarmType
impl RefUnwindSafe for EKAlarmType
impl Send for EKAlarmType
impl Sync for EKAlarmType
impl Unpin for EKAlarmType
impl UnwindSafe for EKAlarmType
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.