Type Alias uom::si::u32::VolumeRate

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

Quantity type alias using the default base units.

Aliased Type§

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

Fields§

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

Quantity dimension. See Dimension.

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

Quantity base units. See Units.

§value: u32

Quantity value stored in the base units for the quantity.