Type Alias uom::si::u64::AngularVelocity

source ·
pub type AngularVelocity = AngularVelocity<SI<V>, V>;
Expand description

Quantity type alias using the default base units.

Aliased Type§

struct AngularVelocity {
    pub dimension: PhantomData<dyn Dimension<J = Z0, L = Z0, Th = Z0, I = Z0, T = NInt<UInt<UTerm, B1>>, M = Z0, N = Z0, Kind = dyn AngleKind>>,
    pub units: PhantomData<dyn Units<u64, thermodynamic_temperature = kelvin, amount_of_substance = mole, electric_current = ampere, mass = kilogram, length = meter, time = second, luminous_intensity = candela>>,
    pub value: u64,
}

Fields§

§dimension: PhantomData<dyn Dimension<J = Z0, L = Z0, Th = Z0, I = Z0, T = NInt<UInt<UTerm, B1>>, M = Z0, N = Z0, Kind = dyn AngleKind>>

Quantity dimension. See Dimension.

§units: PhantomData<dyn Units<u64, thermodynamic_temperature = kelvin, amount_of_substance = mole, electric_current = ampere, mass = kilogram, length = meter, time = second, luminous_intensity = candela>>

Quantity base units. See Units.

§value: u64

Quantity value stored in the base units for the quantity.