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

Quantity type alias using the default base units.

Aliased Type§

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

Fields§

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

Quantity dimension. See Dimension.

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

Quantity value stored in the base units for the quantity.