Type Alias uom::si::usize::MolarEnergy

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

Quantity type alias using the default base units.

Aliased Type§

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

Fields§

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

Quantity dimension. See Dimension.

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

Quantity base units. See Units.

§value: usize

Quantity value stored in the base units for the quantity.