#[repr(u64)]pub enum NSMeasurementFormatterUnitOptions {
ProvidedUnit = 1,
NaturalScale = 2,
TemperatureWithoutUnit = 4,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NSMeasurementFormatterUnitOptions
impl RefUnwindSafe for NSMeasurementFormatterUnitOptions
impl Send for NSMeasurementFormatterUnitOptions
impl Sync for NSMeasurementFormatterUnitOptions
impl Unpin for NSMeasurementFormatterUnitOptions
impl UnwindSafe for NSMeasurementFormatterUnitOptions
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