pub enum UnitName {
Show 38 variants
Watt,
ReactiveWatt,
ApparentWatt,
Joul,
Kilogram,
Tonne,
Meter,
Feet,
Celsius,
Kelvin,
Bar,
HCA,
Reserved,
WithoutUnits,
Second,
Minute,
Hour,
Day,
Week,
Month,
Year,
Revolution,
Increment,
InputPulseOnChannel0,
OutputPulseOnChannel0,
InputPulseOnChannel1,
OutputPulseOnChannel1,
Liter,
Volt,
Ampere,
LocalMoneyCurrency,
Symbol,
BitTime,
DecibelMilliWatt,
Percent,
Degree,
Hertz,
HCAUnit,
}
Variants§
Watt
ReactiveWatt
ApparentWatt
Joul
Kilogram
Tonne
Meter
Feet
Celsius
Kelvin
Bar
HCA
Reserved
WithoutUnits
Second
Minute
Hour
Day
Week
Month
Year
Revolution
Increment
InputPulseOnChannel0
OutputPulseOnChannel0
InputPulseOnChannel1
OutputPulseOnChannel1
Liter
Volt
Ampere
LocalMoneyCurrency
Symbol
BitTime
DecibelMilliWatt
Percent
Degree
Hertz
HCAUnit
Trait Implementations§
impl Copy for UnitName
impl StructuralPartialEq for UnitName
Auto Trait Implementations§
impl Freeze for UnitName
impl RefUnwindSafe for UnitName
impl Send for UnitName
impl Sync for UnitName
impl Unpin for UnitName
impl UnwindSafe for UnitName
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