Struct ruststep::ap201::explicit_draughting::NamedUnit [−][src]
pub struct NamedUnit {
pub dimensions: DimensionalExponents,
}
Fields
dimensions: DimensionalExponents
Implementations
Constructs a new NamedUnit
.
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for NamedUnit
impl UnwindSafe for NamedUnit
Blanket Implementations
Mutably borrows from an owned value. Read more