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

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

Quantity type alias using the default base units.