Type Alias uom::si::u32::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<L = PInt<UInt<UInt<UTerm, B1>, B0>>, T = NInt<UInt<UInt<UTerm, B1>, B0>>, Th = Z0, I = Z0, M = PInt<UInt<UTerm, B1>>, N = Z0, J = Z0, Kind = dyn AngleKind>>,
    pub units: PhantomData<dyn Units<u32, time = second, luminous_intensity = candela, electric_current = ampere, thermodynamic_temperature = kelvin, mass = kilogram, amount_of_substance = mole, length = meter>>,
    pub value: u32,
}

Fields§

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

Quantity dimension. See Dimension.

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

Quantity base units. See Units.

§value: u32

Quantity value stored in the base units for the quantity.