Type Alias uom::si::biguint::Inductance

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

Quantity type alias using the default base units.

Aliased Type§

struct Inductance {
    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>, B0>>>>,
    pub units: PhantomData<dyn Units<BigUint, amount_of_substance = mole, luminous_intensity = candela, electric_current = ampere, time = second, thermodynamic_temperature = kelvin, mass = kilogram, length = meter>>,
    pub value: BigUint,
}

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>, B0>>>>

Quantity dimension. See Dimension.

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

Quantity value stored in the base units for the quantity.