#[repr(i64)]pub enum NSEnergyFormatterUnit {
Joule = 11,
Kilojoule = 14,
Calorie = 1_793,
Kilocalorie = 1_794,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NSEnergyFormatterUnit
impl RefUnwindSafe for NSEnergyFormatterUnit
impl Send for NSEnergyFormatterUnit
impl Sync for NSEnergyFormatterUnit
impl Unpin for NSEnergyFormatterUnit
impl UnwindSafe for NSEnergyFormatterUnit
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