#[repr(u64)]pub enum NSNumberFormatterBehavior {
Default = 0,
Version_10_0 = 1_000,
Version_10_4 = 1_040,
}
Variants§
Default = 0
The number-formatter behavior set as the default for new instances. You can set the default formatter behavior with the class method setDefaultFormatterBehavior:.
Version_10_0 = 1_000
The number-formatter behavior as it existed prior to macOS 10.4.
Version_10_4 = 1_040
The number-formatter behavior since macOS 10.4.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NSNumberFormatterBehavior
impl RefUnwindSafe for NSNumberFormatterBehavior
impl Send for NSNumberFormatterBehavior
impl Sync for NSNumberFormatterBehavior
impl Unpin for NSNumberFormatterBehavior
impl UnwindSafe for NSNumberFormatterBehavior
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