Type Definition scpi::units::ThermodynamicTemperature

source ·
pub type ThermodynamicTemperature = Quantity<dyn Dimension<Kind = dyn TemperatureKind + 'static, Th = PInt<UInt<UTerm, B1>>, M = Z0, I = Z0, N = Z0, L = Z0, T = Z0, J = Z0> + 'static, dyn Units<f32, mass = kilogram, time = second, luminous_intensity = candela, amount_of_substance = mole, thermodynamic_temperature = kelvin, length = meter, electric_current = ampere> + 'static, f32>;
Expand description

Quantity type alias using the default base units.