pub type InverseVelocity<V> = InverseVelocity<SI<V>, V>;Expand description
Aliased Type§
struct InverseVelocity<V> {
pub dimension: PhantomData<dyn Dimension<J = Z0, Th = Z0, T = PInt<UInt<UTerm, B1>>, I = Z0, N = Z0, Kind = dyn Kind, L = NInt<UInt<UTerm, B1>>, M = Z0>>,
pub units: PhantomData<dyn Units<V, time = second, thermodynamic_temperature = kelvin, electric_current = ampere, amount_of_substance = mole, length = meter, mass = kilogram, luminous_intensity = candela>>,
pub value: V,
}Fields§
§dimension: PhantomData<dyn Dimension<J = Z0, Th = Z0, T = PInt<UInt<UTerm, B1>>, I = Z0, N = Z0, Kind = dyn Kind, L = NInt<UInt<UTerm, B1>>, M = Z0>>Quantity dimension. See Dimension.
units: PhantomData<dyn Units<V, time = second, thermodynamic_temperature = kelvin, electric_current = ampere, amount_of_substance = mole, length = meter, mass = kilogram, luminous_intensity = candela>>Quantity base units. See Units.
value: VQuantity value stored in the base units for the quantity.