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
impl ElectricField
Sourcepub fn v_per_m(v: f64) -> ElectricField
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
impl Div<Qty<3, 1, -3, -2, 0, 0, 0>> for ElectricField
Source§fn div(self, rhs: Resistivity) -> CurrentDensity
fn div(self, rhs: Resistivity) -> CurrentDensity
Performs the
/ operation. Read moreSource§impl Div<Qty<-2, 0, 0, 1, 0, 0, 0>> for ElectricField
impl Div<Qty<-2, 0, 0, 1, 0, 0, 0>> for ElectricField
Source§fn div(self, rhs: CurrentDensity) -> Resistivity
fn div(self, rhs: CurrentDensity) -> Resistivity
Performs the
/ operation. Read moreSource§impl Mul<Qty<1, 0, 0, 0, 0, 0, 0>> for ElectricField
impl Mul<Qty<1, 0, 0, 0, 0, 0, 0>> for ElectricField
Source§impl Mul<Qty<-3, -1, 3, 2, 0, 0, 0>> for ElectricField
impl Mul<Qty<-3, -1, 3, 2, 0, 0, 0>> for ElectricField
Source§fn mul(self, rhs: Conductivity) -> CurrentDensity
fn mul(self, rhs: Conductivity) -> CurrentDensity
Performs the
* operation. Read more