Type Alias uom::si::quantities::SolidAngle
source · pub type SolidAngle<V> = SolidAngle<SI<V>, V>;
Expand description
Aliased Type§
struct SolidAngle<V> {
pub dimension: PhantomData<dyn Dimension<L = Z0, T = Z0, Th = Z0, I = Z0, M = Z0, N = Z0, J = Z0, Kind = dyn SolidAngleKind>>,
pub units: PhantomData<dyn Units<V, time = second, luminous_intensity = candela, electric_current = ampere, thermodynamic_temperature = kelvin, mass = kilogram, amount_of_substance = mole, length = meter>>,
pub value: V,
}
Fields§
§dimension: PhantomData<dyn Dimension<L = Z0, T = Z0, Th = Z0, I = Z0, M = Z0, N = Z0, J = Z0, Kind = dyn SolidAngleKind>>
Quantity dimension. See Dimension
.
units: PhantomData<dyn Units<V, time = second, luminous_intensity = candela, electric_current = ampere, thermodynamic_temperature = kelvin, mass = kilogram, amount_of_substance = mole, length = meter>>
Quantity base units. See Units
.
value: V
Quantity value stored in the base units for the quantity.