Struct ruststep::ap203::config_control_design::SiUnit [−][src]
pub struct SiUnit {
pub named_unit: NamedUnit,
pub prefix: Option<SiPrefix>,
pub name: SiUnitName,
}
Fields
named_unit: NamedUnit
prefix: Option<SiPrefix>
name: SiUnitName
Implementations
Methods from Deref<Target = NamedUnit>
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for SiUnit
impl UnwindSafe for SiUnit
Blanket Implementations
Mutably borrows from an owned value. Read more