Type Alias uom::si::rational::MolarMass

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

Quantity type alias using the default base units.

Aliased Type§

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

Fields§

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

Quantity dimension. See Dimension.

§units: PhantomData<dyn Units<Ratio<isize>, 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<isize>

Quantity value stored in the base units for the quantity.