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

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

Quantity type alias using the default base units.