#[repr(i64)]pub enum NSLengthFormatterUnit {
Millimeter = 8,
Centimeter = 9,
Meter = 11,
Kilometer = 14,
Inch = 1_281,
Foot = 1_282,
Yard = 1_283,
Mile = 1_284,
}
Variants§
Millimeter = 8
Centimeter = 9
Meter = 11
Kilometer = 14
Inch = 1_281
Foot = 1_282
Yard = 1_283
Mile = 1_284
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NSLengthFormatterUnit
impl RefUnwindSafe for NSLengthFormatterUnit
impl Send for NSLengthFormatterUnit
impl Sync for NSLengthFormatterUnit
impl Unpin for NSLengthFormatterUnit
impl UnwindSafe for NSLengthFormatterUnit
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