Type Alias uom::si::i32::ElectricalResistance

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

Quantity type alias using the default base units.

Aliased Type§

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

Fields§

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

Quantity dimension. See Dimension.

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

Quantity value stored in the base units for the quantity.