[][src]Type Definition battery::units::ThermodynamicTemperature

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

Quantity type alias using the default base units.