Skip to main content

ElectricField

Type Alias ElectricField 

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

V/m — the gradient of a potential.

Aliased Type§

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

Implementations§

Source§

impl ElectricField

Source

pub fn v_per_m(v: f64) -> ElectricField

Volts per metre.

Trait Implementations§

Source§

impl Div<Qty<3, 1, -3, -2, 0, 0, 0>> for ElectricField

Source§

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

The resulting type after applying the / operator.
Source§

fn div(self, rhs: Resistivity) -> CurrentDensity

Performs the / operation. Read more
Source§

impl Div<Qty<-2, 0, 0, 1, 0, 0, 0>> for ElectricField

Source§

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

The resulting type after applying the / operator.
Source§

fn div(self, rhs: CurrentDensity) -> Resistivity

Performs the / operation. Read more
Source§

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

Source§

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

The resulting type after applying the * operator.
Source§

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

Performs the * operation. Read more
Source§

impl Mul<Qty<-3, -1, 3, 2, 0, 0, 0>> for ElectricField

Source§

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

The resulting type after applying the * operator.
Source§

fn mul(self, rhs: Conductivity) -> CurrentDensity

Performs the * operation. Read more