Type Alias uom::si::f64::ElectricCurrent

source ·
pub type ElectricCurrent = ElectricCurrent<SI<V>, V>;
Expand description

Quantity type alias using the default base units.

Aliased Type§

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

Fields§

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

Quantity dimension. See Dimension.

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

Quantity base units. See Units.

§value: f64

Quantity value stored in the base units for the quantity.