Type Alias uom::si::u64::MolarConcentration

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

Quantity type alias using the default base units.

Aliased Type§

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

Fields§

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

Quantity dimension. See Dimension.

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

Quantity base units. See Units.

§value: u64

Quantity value stored in the base units for the quantity.