#[repr(transparent)]pub struct NSDateFormatterBehavior(pub NSUInteger);
Available on crate feature
NSDateFormatter
only.Expand description
Tuple Fields§
§0: NSUInteger
Implementations§
Source§impl NSDateFormatterBehavior
impl NSDateFormatterBehavior
pub const BehaviorDefault: Self
pub const Behavior10_0: Self
pub const Behavior10_4: Self
Trait Implementations§
Source§impl Clone for NSDateFormatterBehavior
impl Clone for NSDateFormatterBehavior
Source§fn clone(&self) -> NSDateFormatterBehavior
fn clone(&self) -> NSDateFormatterBehavior
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 NSDateFormatterBehavior
impl Debug for NSDateFormatterBehavior
Source§impl Encode for NSDateFormatterBehavior
impl Encode for NSDateFormatterBehavior
Source§impl Hash for NSDateFormatterBehavior
impl Hash for NSDateFormatterBehavior
Source§impl Ord for NSDateFormatterBehavior
impl Ord for NSDateFormatterBehavior
Source§fn cmp(&self, other: &NSDateFormatterBehavior) -> Ordering
fn cmp(&self, other: &NSDateFormatterBehavior) -> 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 NSDateFormatterBehavior
impl PartialEq for NSDateFormatterBehavior
Source§impl PartialOrd for NSDateFormatterBehavior
impl PartialOrd for NSDateFormatterBehavior
Source§impl RefEncode for NSDateFormatterBehavior
impl RefEncode for NSDateFormatterBehavior
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 NSDateFormatterBehavior
impl Eq for NSDateFormatterBehavior
impl StructuralPartialEq for NSDateFormatterBehavior
Auto Trait Implementations§
impl Freeze for NSDateFormatterBehavior
impl RefUnwindSafe for NSDateFormatterBehavior
impl Send for NSDateFormatterBehavior
impl Sync for NSDateFormatterBehavior
impl Unpin for NSDateFormatterBehavior
impl UnwindSafe for NSDateFormatterBehavior
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.