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<J = Z0, Th = Z0, T = Z0, I = PInt<UInt<UTerm, B1>>, N = Z0, Kind = dyn ConstituentConcentrationKind, L = NInt<UInt<UTerm, B1>>, M = Z0>>,
pub units: PhantomData<dyn Units<u8, time = second, thermodynamic_temperature = kelvin, electric_current = ampere, amount_of_substance = mole, length = meter, mass = kilogram, luminous_intensity = candela>>,
pub value: u8,
}
Fields§
§dimension: PhantomData<dyn Dimension<J = Z0, Th = Z0, T = Z0, I = PInt<UInt<UTerm, B1>>, N = Z0, Kind = dyn ConstituentConcentrationKind, L = NInt<UInt<UTerm, B1>>, M = Z0>>
Quantity dimension. See Dimension
.
units: PhantomData<dyn Units<u8, time = second, thermodynamic_temperature = kelvin, electric_current = ampere, amount_of_substance = mole, length = meter, mass = kilogram, luminous_intensity = candela>>
Quantity base units. See Units
.
value: u8
Quantity value stored in the base units for the quantity.