#[repr(u64)]pub enum NSDateFormatterBehavior {
Default = 0,
Mode_10_0 = 1_000,
Mode_10_4 = 1_040,
}Expand description
Constants that specify the behavior NSDateFormatter should exhibit.
Variants§
Default = 0
Specifies default formatting behavior.
Mode_10_0 = 1_000
Specifies formatting behavior equivalent to that in OS X 10.0.
Mode_10_4 = 1_040
Specifies formatting behavior equivalent for OS X 10.4.
Trait Implementations§
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