Skip to main content

Resistance

Type Alias Resistance 

Source
pub type Resistance = Dim<PInt<UInt<UInt<UTerm, B1>, B0>>, NInt<UInt<UInt<UTerm, B1>, B1>>, PInt<UInt<UTerm, B1>>, Z0, NInt<UInt<UInt<UTerm, B1>, B0>>, Z0, Z0, Z0>;
Expand description

Electrical resistance (M¹ · L² · T⁻³ · I⁻²) — SI unit: ohm (Ω).

Aliased Type§

pub struct Resistance(/* private fields */);