pub struct ElectricCurrent { /* private fields */ }Implementations§
Source§impl ElectricCurrent
impl ElectricCurrent
pub const fn new(native: NativeType) -> Self
pub fn abs(&self) -> Self
Trait Implementations§
Source§impl Add for ElectricCurrent
impl Add for ElectricCurrent
Source§impl AddAssign for ElectricCurrent
impl AddAssign for ElectricCurrent
Source§fn add_assign(&mut self, rhs: Self)
fn add_assign(&mut self, rhs: Self)
Performs the
+= operation. Read moreSource§impl<'__de, __Context> BorrowDecode<'__de, __Context> for ElectricCurrent
impl<'__de, __Context> BorrowDecode<'__de, __Context> for ElectricCurrent
Source§fn borrow_decode<__D: BorrowDecoder<'__de, Context = __Context>>(
decoder: &mut __D,
) -> Result<Self, DecodeError>
fn borrow_decode<__D: BorrowDecoder<'__de, Context = __Context>>( decoder: &mut __D, ) -> Result<Self, DecodeError>
Attempt to decode this type with the given BorrowDecode.
Source§impl Clone for ElectricCurrent
impl Clone for ElectricCurrent
Source§fn clone(&self) -> ElectricCurrent
fn clone(&self) -> ElectricCurrent
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<__Context> Decode<__Context> for ElectricCurrent
impl<__Context> Decode<__Context> for ElectricCurrent
Source§impl Div<ElectricCharge> for ElectricCurrent
impl Div<ElectricCharge> for ElectricCurrent
Source§impl Div<ElectricConductance> for ElectricCurrent
impl Div<ElectricConductance> for ElectricCurrent
Source§type Output = ElectricPotential
type Output = ElectricPotential
The resulting type after applying the
/ operator.Source§fn div(self, rhs: ElectricConductance) -> ElectricPotential
fn div(self, rhs: ElectricConductance) -> ElectricPotential
Performs the
/ operation. Read moreSource§impl Div<ElectricCurrent> for ElectricPotential
impl Div<ElectricCurrent> for ElectricPotential
Source§type Output = ElectricResistance
type Output = ElectricResistance
The resulting type after applying the
/ operator.Source§fn div(self, rhs: ElectricCurrent) -> ElectricResistance
fn div(self, rhs: ElectricCurrent) -> ElectricResistance
Performs the
/ operation. Read moreSource§impl Div<ElectricCurrent> for MagneticFlux
impl Div<ElectricCurrent> for MagneticFlux
Source§type Output = Inductance
type Output = Inductance
The resulting type after applying the
/ operator.Source§fn div(self, rhs: ElectricCurrent) -> Inductance
fn div(self, rhs: ElectricCurrent) -> Inductance
Performs the
/ operation. Read moreSource§impl Div<ElectricCurrent> for Power
impl Div<ElectricCurrent> for Power
Source§type Output = ElectricPotential
type Output = ElectricPotential
The resulting type after applying the
/ operator.Source§fn div(self, rhs: ElectricCurrent) -> ElectricPotential
fn div(self, rhs: ElectricCurrent) -> ElectricPotential
Performs the
/ operation. Read moreSource§impl Div<ElectricPotential> for ElectricCurrent
impl Div<ElectricPotential> for ElectricCurrent
Source§type Output = ElectricConductance
type Output = ElectricConductance
The resulting type after applying the
/ operator.Source§fn div(self, rhs: ElectricPotential) -> ElectricConductance
fn div(self, rhs: ElectricPotential) -> ElectricConductance
Performs the
/ operation. Read moreSource§impl Div<Scalar> for ElectricCurrent
impl Div<Scalar> for ElectricCurrent
Source§type Output = ElectricCurrent
type Output = ElectricCurrent
The resulting type after applying the
/ operator.Source§impl Div<Time> for ElectricCurrent
impl Div<Time> for ElectricCurrent
Source§type Output = ElectricCharge
type Output = ElectricCharge
The resulting type after applying the
/ operator.Source§impl Div for ElectricCurrent
impl Div for ElectricCurrent
Source§impl Encode for ElectricCurrent
impl Encode for ElectricCurrent
Source§impl From<f64> for ElectricCurrent
impl From<f64> for ElectricCurrent
Source§fn from(native: NativeType) -> ElectricCurrent
fn from(native: NativeType) -> ElectricCurrent
Converts to this type from the input type.
Source§impl Into<f64> for ElectricCurrent
impl Into<f64> for ElectricCurrent
Source§fn into(self) -> NativeType
fn into(self) -> NativeType
Converts this type into the (usually inferred) input type.
Source§impl Mul<Decibel<ElectricCurrent>> for ElectricCurrent
impl Mul<Decibel<ElectricCurrent>> for ElectricCurrent
Source§type Output = ElectricCurrent
type Output = ElectricCurrent
The resulting type after applying the
* operator.Source§impl Mul<ElectricCurrent> for ElectricPotential
impl Mul<ElectricCurrent> for ElectricPotential
Source§impl Mul<ElectricCurrent> for ElectricResistance
impl Mul<ElectricCurrent> for ElectricResistance
Source§type Output = ElectricPotential
type Output = ElectricPotential
The resulting type after applying the
* operator.Source§fn mul(self, rhs: ElectricCurrent) -> ElectricPotential
fn mul(self, rhs: ElectricCurrent) -> ElectricPotential
Performs the
* operation. Read moreSource§impl Mul<ElectricCurrent> for Inductance
impl Mul<ElectricCurrent> for Inductance
Source§type Output = MagneticFlux
type Output = MagneticFlux
The resulting type after applying the
* operator.Source§fn mul(self, rhs: ElectricCurrent) -> MagneticFlux
fn mul(self, rhs: ElectricCurrent) -> MagneticFlux
Performs the
* operation. Read moreSource§impl Mul<ElectricCurrent> for Scalar
impl Mul<ElectricCurrent> for Scalar
Source§type Output = ElectricCurrent
type Output = ElectricCurrent
The resulting type after applying the
* operator.Source§fn mul(self, rhs: ElectricCurrent) -> ElectricCurrent
fn mul(self, rhs: ElectricCurrent) -> ElectricCurrent
Performs the
* operation. Read moreSource§impl Mul<ElectricPotential> for ElectricCurrent
impl Mul<ElectricPotential> for ElectricCurrent
Source§impl Mul<ElectricResistance> for ElectricCurrent
impl Mul<ElectricResistance> for ElectricCurrent
Source§type Output = ElectricPotential
type Output = ElectricPotential
The resulting type after applying the
* operator.Source§fn mul(self, rhs: ElectricResistance) -> ElectricPotential
fn mul(self, rhs: ElectricResistance) -> ElectricPotential
Performs the
* operation. Read moreSource§impl Mul<Inductance> for ElectricCurrent
impl Mul<Inductance> for ElectricCurrent
Source§type Output = MagneticFlux
type Output = MagneticFlux
The resulting type after applying the
* operator.Source§fn mul(self, rhs: Inductance) -> MagneticFlux
fn mul(self, rhs: Inductance) -> MagneticFlux
Performs the
* operation. Read moreSource§impl Mul<Scalar> for ElectricCurrent
impl Mul<Scalar> for ElectricCurrent
Source§impl PartialEq for ElectricCurrent
impl PartialEq for ElectricCurrent
Source§impl PartialOrd for ElectricCurrent
impl PartialOrd for ElectricCurrent
Source§impl Sub for ElectricCurrent
impl Sub for ElectricCurrent
Source§impl SubAssign for ElectricCurrent
impl SubAssign for ElectricCurrent
Source§fn sub_assign(&mut self, rhs: Self)
fn sub_assign(&mut self, rhs: Self)
Performs the
-= operation. Read moreimpl Copy for ElectricCurrent
Auto Trait Implementations§
impl Freeze for ElectricCurrent
impl RefUnwindSafe for ElectricCurrent
impl Send for ElectricCurrent
impl Sync for ElectricCurrent
impl Unpin for ElectricCurrent
impl UnwindSafe for ElectricCurrent
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more