Type Alias uom::si::u64::RadiantExposure

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

Quantity type alias using the default base units.

Aliased Type§

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

Fields§

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

Quantity dimension. See Dimension.

§units: PhantomData<dyn Units<u64, 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: u64

Quantity value stored in the base units for the quantity.