#[repr(transparent)]pub struct EKEntityType(pub NSUInteger);
Available on crate feature
EKTypes
only.Expand description
A value which specifies an entity type of event or reminder.
See also Apple’s documentation
Tuple Fields§
§0: NSUInteger
Implementations§
Trait Implementations§
Source§impl Clone for EKEntityType
impl Clone for EKEntityType
Source§fn clone(&self) -> EKEntityType
fn clone(&self) -> EKEntityType
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 EKEntityType
impl Debug for EKEntityType
Source§impl Encode for EKEntityType
impl Encode for EKEntityType
Source§impl Hash for EKEntityType
impl Hash for EKEntityType
Source§impl Ord for EKEntityType
impl Ord for EKEntityType
Source§fn cmp(&self, other: &EKEntityType) -> Ordering
fn cmp(&self, other: &EKEntityType) -> 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 EKEntityType
impl PartialEq for EKEntityType
Source§impl PartialOrd for EKEntityType
impl PartialOrd for EKEntityType
Source§impl RefEncode for EKEntityType
impl RefEncode for EKEntityType
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 EKEntityType
impl Eq for EKEntityType
impl StructuralPartialEq for EKEntityType
Auto Trait Implementations§
impl Freeze for EKEntityType
impl RefUnwindSafe for EKEntityType
impl Send for EKEntityType
impl Sync for EKEntityType
impl Unpin for EKEntityType
impl UnwindSafe for EKEntityType
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.