#[repr(transparent)]pub struct EKSpan(pub NSInteger);
Available on crate feature
EKEventStore
only.Expand description
Values for controlling what occurrences to affect in a recurring event.
This enumerated type is used to indicate the scope of a change being made to a repeating event. EKSpanThisEvent indicates the changes should apply only to this event, EKSpanFutureEvents indicates the changes should apply to this event and all future events in the pattern.
See also Apple’s documentation
Tuple Fields§
§0: NSInteger
Implementations§
Trait Implementations§
Source§impl Ord for EKSpan
impl Ord for EKSpan
Source§impl PartialOrd for EKSpan
impl PartialOrd for EKSpan
Source§impl RefEncode for EKSpan
impl RefEncode for EKSpan
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 EKSpan
impl Eq for EKSpan
impl StructuralPartialEq for EKSpan
Auto Trait Implementations§
impl Freeze for EKSpan
impl RefUnwindSafe for EKSpan
impl Send for EKSpan
impl Sync for EKSpan
impl Unpin for EKSpan
impl UnwindSafe for EKSpan
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.