Type Alias uom::si::rational64::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<J = Z0, L = PInt<UInt<UInt<UTerm, B1>, B0>>, Th = Z0, I = NInt<UInt<UInt<UTerm, B1>, B0>>, T = NInt<UInt<UInt<UTerm, B1>, B0>>, M = PInt<UInt<UTerm, B1>>, N = Z0, Kind = dyn Kind>>,
    pub units: PhantomData<dyn Units<Ratio<i64>, thermodynamic_temperature = kelvin, amount_of_substance = mole, electric_current = ampere, mass = kilogram, length = meter, time = second, luminous_intensity = candela>>,
    pub value: Ratio<i64>,
}

Fields§

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

Quantity dimension. See Dimension.

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

Quantity base units. See Units.

§value: Ratio<i64>

Quantity value stored in the base units for the quantity.