Type Alias uom::si::u8::ThermodynamicTemperature
source · pub type ThermodynamicTemperature = ThermodynamicTemperature<SI<V>, V>;
Expand description
Quantity
type alias using the default base units.
Aliased Type§
struct ThermodynamicTemperature {
pub dimension: PhantomData<dyn Dimension<L = Z0, T = Z0, Th = PInt<UInt<UTerm, B1>>, I = Z0, M = Z0, N = Z0, J = Z0, Kind = dyn TemperatureKind>>,
pub units: PhantomData<dyn Units<u8, time = second, luminous_intensity = candela, electric_current = ampere, thermodynamic_temperature = kelvin, mass = kilogram, amount_of_substance = mole, length = meter>>,
pub value: u8,
}
Fields§
§dimension: PhantomData<dyn Dimension<L = Z0, T = Z0, Th = PInt<UInt<UTerm, B1>>, I = Z0, M = Z0, N = Z0, J = Z0, Kind = dyn TemperatureKind>>
Quantity dimension. See Dimension
.
units: PhantomData<dyn Units<u8, 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: u8
Quantity value stored in the base units for the quantity.