Skip to main content

ElectricPermittivity

Type Alias ElectricPermittivity 

Source
pub type ElectricPermittivity = Quantity<dyn Dimension<Kind = dyn Kind, M = NInt<UInt<UTerm, B1>>, L = NInt<UInt<UInt<UTerm, B1>, B1>>, Th = Z0, N = Z0, I = PInt<UInt<UInt<UTerm, B1>, B0>>, J = Z0, T = PInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>>>, dyn Units<f64, time = second, electric_current = ampere, luminous_intensity = candela, length = meter, mass = kilogram, thermodynamic_temperature = kelvin, amount_of_substance = mole>, f64>;
Expand description

Quantity type alias using the default base units.

Aliased Type§

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

Fields§

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

Quantity dimension. See Dimension.

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

Quantity base units. See Units.

§value: f64

Quantity value stored in the base units for the quantity.