Type Alias uom::si::rational32::Torque

source ·
pub type Torque = Torque<SI<V>, V>;
Expand description

Quantity type alias using the default base units.

Aliased Type§

struct Torque {
    pub dimension: PhantomData<dyn Dimension<M = PInt<UInt<UTerm, B1>>, N = Z0, Th = Z0, Kind = dyn AngleKind, J = Z0, I = Z0, L = PInt<UInt<UInt<UTerm, B1>, B0>>, T = NInt<UInt<UInt<UTerm, B1>, B0>>>>,
    pub units: PhantomData<dyn Units<Ratio<i32>, amount_of_substance = mole, luminous_intensity = candela, electric_current = ampere, time = second, thermodynamic_temperature = kelvin, mass = kilogram, length = meter>>,
    pub value: Ratio<i32>,
}

Fields§

§dimension: PhantomData<dyn Dimension<M = PInt<UInt<UTerm, B1>>, N = Z0, Th = Z0, Kind = dyn AngleKind, J = Z0, I = Z0, L = PInt<UInt<UInt<UTerm, B1>, B0>>, T = NInt<UInt<UInt<UTerm, B1>, B0>>>>

Quantity dimension. See Dimension.

§units: PhantomData<dyn Units<Ratio<i32>, amount_of_substance = mole, luminous_intensity = candela, electric_current = ampere, time = second, thermodynamic_temperature = kelvin, mass = kilogram, length = meter>>

Quantity base units. See Units.

§value: Ratio<i32>

Quantity value stored in the base units for the quantity.