Struct objc2_event_kit::EKWeekday
source · #[repr(transparent)]pub struct EKWeekday(pub NSInteger);Available on crate feature
EKTypes only.Tuple Fields§
§0: NSIntegerImplementations§
source§impl EKWeekday
impl EKWeekday
pub const Sunday: Self = _
pub const Monday: Self = _
pub const Tuesday: Self = _
pub const Wednesday: Self = _
pub const Thursday: Self = _
pub const Friday: Self = _
pub const Saturday: Self = _
pub const EKSunday: Self = _
👎Deprecated: Use EKWeekdaySunday instead
pub const EKMonday: Self = _
👎Deprecated: Use EKWeekdayMonday instead
pub const EKTuesday: Self = _
👎Deprecated: Use EKWeekdayTuesday instead
pub const EKWednesday: Self = _
👎Deprecated: Use EKWeekdayWednesday instead
pub const EKThursday: Self = _
👎Deprecated: Use EKWeekdayThursday instead
pub const EKFriday: Self = _
👎Deprecated: Use EKWeekdayFriday instead
pub const EKSaturday: Self = _
👎Deprecated: Use EKWeekdaySaturday instead
Trait Implementations§
source§impl Ord for EKWeekday
impl Ord for EKWeekday
source§impl PartialEq for EKWeekday
impl PartialEq for EKWeekday
source§impl PartialOrd for EKWeekday
impl PartialOrd for EKWeekday
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 EKWeekday
impl RefEncode for EKWeekday
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 EKWeekday
impl Eq for EKWeekday
impl StructuralPartialEq for EKWeekday
Auto Trait Implementations§
impl Freeze for EKWeekday
impl RefUnwindSafe for EKWeekday
impl Send for EKWeekday
impl Sync for EKWeekday
impl Unpin for EKWeekday
impl UnwindSafe for EKWeekday
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.