[−][src]Trait uom::ConversionFactor
Trait representing a conversion factor.
Generic Parameters
V: Underlying storage type trait is implemented for.
Required methods
fn powi(self, e: i32) -> Self
Raises a ConversionFactor<V> to an integer power.
fn value(self) -> V
Converts a ConversionFactor<V> into its underlying storage type.