Type Alias uom::si::i32::Frequency

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

Quantity type alias using the default base units.

Aliased Type§

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

Fields§

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

Quantity dimension. See Dimension.

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

Quantity base units. See Units.

§value: i32

Quantity value stored in the base units for the quantity.