Type Definition scpi::units::Ratio

source ·
pub type Ratio = Quantity<dyn Dimension<Kind = dyn Kind + 'static, Th = Z0, 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.