Skip to main content

Resistance

Type Alias Resistance 

Source
pub type Resistance = Qty<2, 1, -3, -2, 0, 0, 0>;
Expand description

Ohms — volts per ampere.

Aliased Type§

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

Implementations§

Source§

impl Resistance

Source

pub fn ohm(v: f64) -> Resistance

Ohms.

Source

pub fn milliohm(v: f64) -> Resistance

Milliohms — the range a motor winding or a shunt actually lives in.

Trait Implementations§

Source§

impl Mul<Qty<0, 0, 0, 1, 0, 0, 0>> for Resistance

Source§

type Output = Qty<2, 1, -3, -1, 0, 0, 0>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Current) -> Voltage

Performs the * operation. Read more
Source§

impl Mul<Qty<1, 0, 0, 0, 0, 0, 0>> for Resistance

Source§

type Output = Qty<3, 1, -3, -2, 0, 0, 0>

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Length) -> Resistivity

Performs the * operation. Read more