Type Alias uom::si::f64::Luminance

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

Quantity type alias using the default base units.

Aliased Type§

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

Fields§

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

Quantity dimension. See Dimension.

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

Quantity base units. See Units.

§value: f64

Quantity value stored in the base units for the quantity.