Type Alias uom::si::rational::TemperatureInterval

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

Quantity type alias using the default base units.

Aliased Type§

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

Fields§

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

Quantity dimension. See Dimension.

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

Quantity base units. See Units.

§value: Ratio<isize>

Quantity value stored in the base units for the quantity.