pub type ElectricPermittivity = ElectricPermittivity<SI<V>, V>;
Expand description

Quantity type alias using the default base units.

Aliased Type§

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

Fields§

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

Quantity dimension. See Dimension.

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

Quantity base units. See Units.

§value: Ratio<BigInt>

Quantity value stored in the base units for the quantity.