pub struct ElectricCharge { /* private fields */ }Implementations§
Source§impl ElectricCharge
impl ElectricCharge
pub const fn new(native: NativeType) -> Self
pub fn abs(&self) -> Self
Trait Implementations§
Source§impl Add for ElectricCharge
impl Add for ElectricCharge
Source§impl AddAssign for ElectricCharge
impl AddAssign for ElectricCharge
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 ElectricCharge
impl<'__de, __Context> BorrowDecode<'__de, __Context> for ElectricCharge
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 ElectricCharge
impl Clone for ElectricCharge
Source§fn clone(&self) -> ElectricCharge
fn clone(&self) -> ElectricCharge
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 ElectricCharge
impl<__Context> Decode<__Context> for ElectricCharge
Source§impl Div<Area> for ElectricCharge
impl Div<Area> for ElectricCharge
Source§type Output = ElectricFluxDensity
type Output = ElectricFluxDensity
The resulting type after applying the
/ operator.Source§impl Div<Capacitance> for ElectricCharge
impl Div<Capacitance> for ElectricCharge
Source§type Output = ElectricPotential
type Output = ElectricPotential
The resulting type after applying the
/ operator.Source§fn div(self, rhs: Capacitance) -> ElectricPotential
fn div(self, rhs: Capacitance) -> ElectricPotential
Performs the
/ operation. Read moreSource§impl Div<ElectricCharge> for ElectricCurrent
impl Div<ElectricCharge> for ElectricCurrent
Source§impl Div<ElectricChargeDensity> for ElectricCharge
impl Div<ElectricChargeDensity> for ElectricCharge
Source§impl Div<ElectricFluxDensity> for ElectricCharge
impl Div<ElectricFluxDensity> for ElectricCharge
Source§impl Div<ElectricPotential> for ElectricCharge
impl Div<ElectricPotential> for ElectricCharge
Source§type Output = Capacitance
type Output = Capacitance
The resulting type after applying the
/ operator.Source§fn div(self, rhs: ElectricPotential) -> Capacitance
fn div(self, rhs: ElectricPotential) -> Capacitance
Performs the
/ operation. Read moreSource§impl Div<Scalar> for ElectricCharge
impl Div<Scalar> for ElectricCharge
Source§type Output = ElectricCharge
type Output = ElectricCharge
The resulting type after applying the
/ operator.Source§impl Div<Volume> for ElectricCharge
impl Div<Volume> for ElectricCharge
Source§type Output = ElectricChargeDensity
type Output = ElectricChargeDensity
The resulting type after applying the
/ operator.Source§impl Div for ElectricCharge
impl Div for ElectricCharge
Source§impl Encode for ElectricCharge
impl Encode for ElectricCharge
Source§impl From<f64> for ElectricCharge
impl From<f64> for ElectricCharge
Source§fn from(native: NativeType) -> ElectricCharge
fn from(native: NativeType) -> ElectricCharge
Converts to this type from the input type.
Source§impl Into<f64> for ElectricCharge
impl Into<f64> for ElectricCharge
Source§fn into(self) -> NativeType
fn into(self) -> NativeType
Converts this type into the (usually inferred) input type.
Source§impl Mul<Decibel<ElectricCharge>> for ElectricCharge
impl Mul<Decibel<ElectricCharge>> for ElectricCharge
Source§type Output = ElectricCharge
type Output = ElectricCharge
The resulting type after applying the
* operator.Source§impl Mul<ElectricCharge> for Scalar
impl Mul<ElectricCharge> for Scalar
Source§type Output = ElectricCharge
type Output = ElectricCharge
The resulting type after applying the
* operator.Source§fn mul(self, rhs: ElectricCharge) -> ElectricCharge
fn mul(self, rhs: ElectricCharge) -> ElectricCharge
Performs the
* operation. Read moreSource§impl Mul<ElectricCharge> for Time
impl Mul<ElectricCharge> for Time
Source§type Output = ElectricCurrent
type Output = ElectricCurrent
The resulting type after applying the
* operator.Source§fn mul(self, rhs: ElectricCharge) -> ElectricCurrent
fn mul(self, rhs: ElectricCharge) -> ElectricCurrent
Performs the
* operation. Read moreSource§impl Mul<Scalar> for ElectricCharge
impl Mul<Scalar> for ElectricCharge
Source§impl Mul<Time> for ElectricCharge
impl Mul<Time> for ElectricCharge
Source§type Output = ElectricCurrent
type Output = ElectricCurrent
The resulting type after applying the
* operator.Source§impl PartialEq for ElectricCharge
impl PartialEq for ElectricCharge
Source§impl PartialOrd for ElectricCharge
impl PartialOrd for ElectricCharge
Source§impl Sub for ElectricCharge
impl Sub for ElectricCharge
Source§impl SubAssign for ElectricCharge
impl SubAssign for ElectricCharge
Source§fn sub_assign(&mut self, rhs: Self)
fn sub_assign(&mut self, rhs: Self)
Performs the
-= operation. Read moreimpl Copy for ElectricCharge
Auto Trait Implementations§
impl Freeze for ElectricCharge
impl RefUnwindSafe for ElectricCharge
impl Send for ElectricCharge
impl Sync for ElectricCharge
impl Unpin for ElectricCharge
impl UnwindSafe for ElectricCharge
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