pub struct Capacitance<T: NumLike> {
pub F: T,
}Expand description
The electrical capacitance unit type, defined as farads in SI units
Fields§
§F: TThe value of this Electrical capacitance in farads
Implementations§
Source§impl<T> Capacitance<T>where
T: NumLike,
impl<T> Capacitance<T>where
T: NumLike,
Sourcepub fn unit_name() -> &'static str
pub fn unit_name() -> &'static str
Returns the standard unit name of electrical capacitance: “farads”
Sourcepub fn unit_symbol() -> &'static str
pub fn unit_symbol() -> &'static str
Returns the abbreviated name or symbol of electrical capacitance: “F” for farads
Sourcepub fn from_F(F: T) -> Self
pub fn from_F(F: T) -> Self
Returns a new electrical capacitance value from the given number of farads
§Arguments
F- Any number-like type, representing a quantity of farads
Sourcepub fn from_farads(farads: T) -> Self
pub fn from_farads(farads: T) -> Self
Returns a new electrical capacitance value from the given number of farads
§Arguments
farads- Any number-like type, representing a quantity of farads
Source§impl<T> Capacitance<T>
impl<T> Capacitance<T>
Sourcepub fn to_mF(&self) -> T
pub fn to_mF(&self) -> T
Returns a copy of this electrical capacitance value in millifarads
Note: This method is not available for f32 and other number types lacking the From<f64> trait
Sourcepub fn from_mF(mF: T) -> Self
pub fn from_mF(mF: T) -> Self
Returns a new electrical capacitance value from the given number of millifarads
Note: This method is not available for f32 and other number types lacking the From<f64> trait
§Arguments
mF- Any number-like type, representing a quantity of millifarads
Sourcepub fn to_uF(&self) -> T
pub fn to_uF(&self) -> T
Returns a copy of this electrical capacitance value in microfarads
Note: This method is not available for f32 and other number types lacking the From<f64> trait
Sourcepub fn from_uF(uF: T) -> Self
pub fn from_uF(uF: T) -> Self
Returns a new electrical capacitance value from the given number of microfarads
Note: This method is not available for f32 and other number types lacking the From<f64> trait
§Arguments
uF- Any number-like type, representing a quantity of microfarads
Sourcepub fn to_nF(&self) -> T
pub fn to_nF(&self) -> T
Returns a copy of this electrical capacitance value in nanofarads
Note: This method is not available for f32 and other number types lacking the From<f64> trait
Sourcepub fn from_nF(nF: T) -> Self
pub fn from_nF(nF: T) -> Self
Returns a new electrical capacitance value from the given number of nanofarads
Note: This method is not available for f32 and other number types lacking the From<f64> trait
§Arguments
nF- Any number-like type, representing a quantity of nanofarads
Sourcepub fn to_pF(&self) -> T
pub fn to_pF(&self) -> T
Returns a copy of this electrical capacitance value in picofarads
Note: This method is not available for f32 and other number types lacking the From<f64> trait
Sourcepub fn from_pF(pF: T) -> Self
pub fn from_pF(pF: T) -> Self
Returns a new electrical capacitance value from the given number of picofarads
Note: This method is not available for f32 and other number types lacking the From<f64> trait
§Arguments
pF- Any number-like type, representing a quantity of picofarads
Sourcepub fn to_kF(&self) -> T
pub fn to_kF(&self) -> T
Returns a copy of this electrical capacitance value in kilofarads
Note: This method is not available for f32 and other number types lacking the From<f64> trait
Sourcepub fn from_kF(kF: T) -> Self
pub fn from_kF(kF: T) -> Self
Returns a new electrical capacitance value from the given number of kilofarads
Note: This method is not available for f32 and other number types lacking the From<f64> trait
§Arguments
kF- Any number-like type, representing a quantity of kilofarads
Sourcepub fn to_MF(&self) -> T
pub fn to_MF(&self) -> T
Returns a copy of this electrical capacitance value in megafarads
Note: This method is not available for f32 and other number types lacking the From<f64> trait
Sourcepub fn from_MF(MF: T) -> Self
pub fn from_MF(MF: T) -> Self
Returns a new electrical capacitance value from the given number of megafarads
Note: This method is not available for f32 and other number types lacking the From<f64> trait
§Arguments
MF- Any number-like type, representing a quantity of megafarads
Trait Implementations§
Source§impl<T: NumLike> Add for &Capacitance<T>
Adding two unit values of the same type returns a new unit value of the same type (automatically clones the referenced data for convenient ergonomics)
impl<T: NumLike> Add for &Capacitance<T>
Adding two unit values of the same type returns a new unit value of the same type (automatically clones the referenced data for convenient ergonomics)
Source§impl<T: NumLike> Add for Capacitance<T>
Adding two unit values of the same type returns a new unit value of the same type
impl<T: NumLike> Add for Capacitance<T>
Adding two unit values of the same type returns a new unit value of the same type
Source§impl<T: NumLike> AddAssign for Capacitance<T>
Adds the given unit value to this unit value
impl<T: NumLike> AddAssign for Capacitance<T>
Adds the given unit value to this unit value
Source§fn add_assign(&mut self, rhs: Self)
fn add_assign(&mut self, rhs: Self)
+= operation. Read moreSource§impl<T: Clone + NumLike> Clone for Capacitance<T>
impl<T: Clone + NumLike> Clone for Capacitance<T>
Source§fn clone(&self) -> Capacitance<T>
fn clone(&self) -> Capacitance<T>
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl<T> Display for Capacitance<T>where
T: NumLike,
impl<T> Display for Capacitance<T>where
T: NumLike,
Source§impl<T> Div<&Capacitance<T>> for &Charge<T>where
T: NumLike,
Dividing a Charge by a Capacitance returns a value of type Voltage
impl<T> Div<&Capacitance<T>> for &Charge<T>where
T: NumLike,
Dividing a Charge by a Capacitance returns a value of type Voltage
Source§impl<T> Div<&Capacitance<T>> for &Conductance<T>where
T: NumLike,
Dividing a Conductance by a Capacitance returns a value of type Frequency
impl<T> Div<&Capacitance<T>> for &Conductance<T>where
T: NumLike,
Dividing a Conductance by a Capacitance returns a value of type Frequency
Source§impl<T> Div<&Capacitance<T>> for &InverseVoltage<T>where
T: NumLike,
Dividing a InverseVoltage by a Capacitance returns a value of type InverseCharge
impl<T> Div<&Capacitance<T>> for &InverseVoltage<T>where
T: NumLike,
Dividing a InverseVoltage by a Capacitance returns a value of type InverseCharge
Source§type Output = InverseCharge<T>
type Output = InverseCharge<T>
/ operator.Source§impl<T> Div<&Capacitance<T>> for &Time<T>where
T: NumLike,
Dividing a Time by a Capacitance returns a value of type Resistance
impl<T> Div<&Capacitance<T>> for &Time<T>where
T: NumLike,
Dividing a Time by a Capacitance returns a value of type Resistance
Source§type Output = Resistance<T>
type Output = Resistance<T>
/ operator.Source§impl<T> Div<&Capacitance<T>> for &f32
Dividing a scalar value by a Capacitance unit value returns a value of type Elastance
impl<T> Div<&Capacitance<T>> for &f32
Dividing a scalar value by a Capacitance unit value returns a value of type Elastance
Source§impl<T> Div<&Capacitance<T>> for &f64
Dividing a scalar value by a Capacitance unit value returns a value of type Elastance
impl<T> Div<&Capacitance<T>> for &f64
Dividing a scalar value by a Capacitance unit value returns a value of type Elastance
Source§impl<T> Div<&Capacitance<T>> for &i32
Dividing a scalar value by a Capacitance unit value returns a value of type Elastance
impl<T> Div<&Capacitance<T>> for &i32
Dividing a scalar value by a Capacitance unit value returns a value of type Elastance
Source§impl<T> Div<&Capacitance<T>> for &i64
Dividing a scalar value by a Capacitance unit value returns a value of type Elastance
impl<T> Div<&Capacitance<T>> for &i64
Dividing a scalar value by a Capacitance unit value returns a value of type Elastance
Source§impl<T> Div<&Capacitance<T>> for Charge<T>where
T: NumLike,
Dividing a Charge by a Capacitance returns a value of type Voltage
impl<T> Div<&Capacitance<T>> for Charge<T>where
T: NumLike,
Dividing a Charge by a Capacitance returns a value of type Voltage
Source§impl<T> Div<&Capacitance<T>> for Conductance<T>where
T: NumLike,
Dividing a Conductance by a Capacitance returns a value of type Frequency
impl<T> Div<&Capacitance<T>> for Conductance<T>where
T: NumLike,
Dividing a Conductance by a Capacitance returns a value of type Frequency
Source§impl<T> Div<&Capacitance<T>> for InverseVoltage<T>where
T: NumLike,
Dividing a InverseVoltage by a Capacitance returns a value of type InverseCharge
impl<T> Div<&Capacitance<T>> for InverseVoltage<T>where
T: NumLike,
Dividing a InverseVoltage by a Capacitance returns a value of type InverseCharge
Source§type Output = InverseCharge<T>
type Output = InverseCharge<T>
/ operator.Source§impl<T> Div<&Capacitance<T>> for Time<T>where
T: NumLike,
Dividing a Time by a Capacitance returns a value of type Resistance
impl<T> Div<&Capacitance<T>> for Time<T>where
T: NumLike,
Dividing a Time by a Capacitance returns a value of type Resistance
Source§type Output = Resistance<T>
type Output = Resistance<T>
/ operator.Source§impl<T> Div<&Capacitance<T>> for f32
Dividing a scalar value by a Capacitance unit value returns a value of type Elastance
impl<T> Div<&Capacitance<T>> for f32
Dividing a scalar value by a Capacitance unit value returns a value of type Elastance
Source§impl<T> Div<&Capacitance<T>> for f64
Dividing a scalar value by a Capacitance unit value returns a value of type Elastance
impl<T> Div<&Capacitance<T>> for f64
Dividing a scalar value by a Capacitance unit value returns a value of type Elastance
Source§impl<T> Div<&Capacitance<T>> for i32
Dividing a scalar value by a Capacitance unit value returns a value of type Elastance
impl<T> Div<&Capacitance<T>> for i32
Dividing a scalar value by a Capacitance unit value returns a value of type Elastance
Source§impl<T> Div<&Capacitance<T>> for i64
Dividing a scalar value by a Capacitance unit value returns a value of type Elastance
impl<T> Div<&Capacitance<T>> for i64
Dividing a scalar value by a Capacitance unit value returns a value of type Elastance
Source§impl<T> Div<&Charge<T>> for &Capacitance<T>where
T: NumLike,
Dividing a Capacitance by a Charge returns a value of type InverseVoltage
impl<T> Div<&Charge<T>> for &Capacitance<T>where
T: NumLike,
Dividing a Capacitance by a Charge returns a value of type InverseVoltage
Source§impl<T> Div<&Charge<T>> for Capacitance<T>where
T: NumLike,
Dividing a Capacitance by a Charge returns a value of type InverseVoltage
impl<T> Div<&Charge<T>> for Capacitance<T>where
T: NumLike,
Dividing a Capacitance by a Charge returns a value of type InverseVoltage
Source§impl<T> Div<&Conductance<T>> for &Capacitance<T>where
T: NumLike,
Dividing a Capacitance by a Conductance returns a value of type Time
impl<T> Div<&Conductance<T>> for &Capacitance<T>where
T: NumLike,
Dividing a Capacitance by a Conductance returns a value of type Time
Source§impl<T> Div<&Conductance<T>> for Capacitance<T>where
T: NumLike,
Dividing a Capacitance by a Conductance returns a value of type Time
impl<T> Div<&Conductance<T>> for Capacitance<T>where
T: NumLike,
Dividing a Capacitance by a Conductance returns a value of type Time
Source§impl<T> Div<&InverseVoltage<T>> for &Capacitance<T>where
T: NumLike,
Dividing a Capacitance by a InverseVoltage returns a value of type Charge
impl<T> Div<&InverseVoltage<T>> for &Capacitance<T>where
T: NumLike,
Dividing a Capacitance by a InverseVoltage returns a value of type Charge
Source§impl<T> Div<&InverseVoltage<T>> for Capacitance<T>where
T: NumLike,
Dividing a Capacitance by a InverseVoltage returns a value of type Charge
impl<T> Div<&InverseVoltage<T>> for Capacitance<T>where
T: NumLike,
Dividing a Capacitance by a InverseVoltage returns a value of type Charge
Source§impl<T> Div<&T> for &Capacitance<T>where
T: NumLike,
Dividing a unit value by a scalar value returns a unit value
impl<T> Div<&T> for &Capacitance<T>where
T: NumLike,
Dividing a unit value by a scalar value returns a unit value
Source§impl<T> Div<&T> for Capacitance<T>where
T: NumLike,
Dividing a unit value by a scalar value returns a unit value
impl<T> Div<&T> for Capacitance<T>where
T: NumLike,
Dividing a unit value by a scalar value returns a unit value
Source§impl<T> Div<&Time<T>> for &Capacitance<T>where
T: NumLike,
Dividing a Capacitance by a Time returns a value of type Conductance
impl<T> Div<&Time<T>> for &Capacitance<T>where
T: NumLike,
Dividing a Capacitance by a Time returns a value of type Conductance
Source§impl<T> Div<&Time<T>> for Capacitance<T>where
T: NumLike,
Dividing a Capacitance by a Time returns a value of type Conductance
impl<T> Div<&Time<T>> for Capacitance<T>where
T: NumLike,
Dividing a Capacitance by a Time returns a value of type Conductance
Source§impl<T> Div<Capacitance<T>> for &Charge<T>where
T: NumLike,
Dividing a Charge by a Capacitance returns a value of type Voltage
impl<T> Div<Capacitance<T>> for &Charge<T>where
T: NumLike,
Dividing a Charge by a Capacitance returns a value of type Voltage
Source§impl<T> Div<Capacitance<T>> for &Conductance<T>where
T: NumLike,
Dividing a Conductance by a Capacitance returns a value of type Frequency
impl<T> Div<Capacitance<T>> for &Conductance<T>where
T: NumLike,
Dividing a Conductance by a Capacitance returns a value of type Frequency
Source§impl<T> Div<Capacitance<T>> for &InverseVoltage<T>where
T: NumLike,
Dividing a InverseVoltage by a Capacitance returns a value of type InverseCharge
impl<T> Div<Capacitance<T>> for &InverseVoltage<T>where
T: NumLike,
Dividing a InverseVoltage by a Capacitance returns a value of type InverseCharge
Source§type Output = InverseCharge<T>
type Output = InverseCharge<T>
/ operator.Source§impl<T> Div<Capacitance<T>> for &Time<T>where
T: NumLike,
Dividing a Time by a Capacitance returns a value of type Resistance
impl<T> Div<Capacitance<T>> for &Time<T>where
T: NumLike,
Dividing a Time by a Capacitance returns a value of type Resistance
Source§type Output = Resistance<T>
type Output = Resistance<T>
/ operator.Source§impl<T> Div<Capacitance<T>> for &f32
Dividing a scalar value by a Capacitance unit value returns a value of type Elastance
impl<T> Div<Capacitance<T>> for &f32
Dividing a scalar value by a Capacitance unit value returns a value of type Elastance
Source§impl<T> Div<Capacitance<T>> for &f64
Dividing a scalar value by a Capacitance unit value returns a value of type Elastance
impl<T> Div<Capacitance<T>> for &f64
Dividing a scalar value by a Capacitance unit value returns a value of type Elastance
Source§impl<T> Div<Capacitance<T>> for &i32
Dividing a scalar value by a Capacitance unit value returns a value of type Elastance
impl<T> Div<Capacitance<T>> for &i32
Dividing a scalar value by a Capacitance unit value returns a value of type Elastance
Source§impl<T> Div<Capacitance<T>> for &i64
Dividing a scalar value by a Capacitance unit value returns a value of type Elastance
impl<T> Div<Capacitance<T>> for &i64
Dividing a scalar value by a Capacitance unit value returns a value of type Elastance
Source§impl<T> Div<Capacitance<T>> for Charge<T>where
T: NumLike,
Dividing a Charge by a Capacitance returns a value of type Voltage
impl<T> Div<Capacitance<T>> for Charge<T>where
T: NumLike,
Dividing a Charge by a Capacitance returns a value of type Voltage
Source§impl<T> Div<Capacitance<T>> for Conductance<T>where
T: NumLike,
Dividing a Conductance by a Capacitance returns a value of type Frequency
impl<T> Div<Capacitance<T>> for Conductance<T>where
T: NumLike,
Dividing a Conductance by a Capacitance returns a value of type Frequency
Source§impl<T> Div<Capacitance<T>> for InverseVoltage<T>where
T: NumLike,
Dividing a InverseVoltage by a Capacitance returns a value of type InverseCharge
impl<T> Div<Capacitance<T>> for InverseVoltage<T>where
T: NumLike,
Dividing a InverseVoltage by a Capacitance returns a value of type InverseCharge
Source§type Output = InverseCharge<T>
type Output = InverseCharge<T>
/ operator.Source§impl<T> Div<Capacitance<T>> for Time<T>where
T: NumLike,
Dividing a Time by a Capacitance returns a value of type Resistance
impl<T> Div<Capacitance<T>> for Time<T>where
T: NumLike,
Dividing a Time by a Capacitance returns a value of type Resistance
Source§type Output = Resistance<T>
type Output = Resistance<T>
/ operator.Source§impl<T> Div<Capacitance<T>> for f32
Dividing a scalar value by a Capacitance unit value returns a value of type Elastance
impl<T> Div<Capacitance<T>> for f32
Dividing a scalar value by a Capacitance unit value returns a value of type Elastance
Source§impl<T> Div<Capacitance<T>> for f64
Dividing a scalar value by a Capacitance unit value returns a value of type Elastance
impl<T> Div<Capacitance<T>> for f64
Dividing a scalar value by a Capacitance unit value returns a value of type Elastance
Source§impl<T> Div<Capacitance<T>> for i32
Dividing a scalar value by a Capacitance unit value returns a value of type Elastance
impl<T> Div<Capacitance<T>> for i32
Dividing a scalar value by a Capacitance unit value returns a value of type Elastance
Source§impl<T> Div<Capacitance<T>> for i64
Dividing a scalar value by a Capacitance unit value returns a value of type Elastance
impl<T> Div<Capacitance<T>> for i64
Dividing a scalar value by a Capacitance unit value returns a value of type Elastance
Source§impl<T> Div<Charge<T>> for &Capacitance<T>where
T: NumLike,
Dividing a Capacitance by a Charge returns a value of type InverseVoltage
impl<T> Div<Charge<T>> for &Capacitance<T>where
T: NumLike,
Dividing a Capacitance by a Charge returns a value of type InverseVoltage
Source§impl<T> Div<Charge<T>> for Capacitance<T>where
T: NumLike,
Dividing a Capacitance by a Charge returns a value of type InverseVoltage
impl<T> Div<Charge<T>> for Capacitance<T>where
T: NumLike,
Dividing a Capacitance by a Charge returns a value of type InverseVoltage
Source§impl<T> Div<Conductance<T>> for &Capacitance<T>where
T: NumLike,
Dividing a Capacitance by a Conductance returns a value of type Time
impl<T> Div<Conductance<T>> for &Capacitance<T>where
T: NumLike,
Dividing a Capacitance by a Conductance returns a value of type Time
Source§impl<T> Div<Conductance<T>> for Capacitance<T>where
T: NumLike,
Dividing a Capacitance by a Conductance returns a value of type Time
impl<T> Div<Conductance<T>> for Capacitance<T>where
T: NumLike,
Dividing a Capacitance by a Conductance returns a value of type Time
Source§impl<T> Div<InverseVoltage<T>> for &Capacitance<T>where
T: NumLike,
Dividing a Capacitance by a InverseVoltage returns a value of type Charge
impl<T> Div<InverseVoltage<T>> for &Capacitance<T>where
T: NumLike,
Dividing a Capacitance by a InverseVoltage returns a value of type Charge
Source§impl<T> Div<InverseVoltage<T>> for Capacitance<T>where
T: NumLike,
Dividing a Capacitance by a InverseVoltage returns a value of type Charge
impl<T> Div<InverseVoltage<T>> for Capacitance<T>where
T: NumLike,
Dividing a Capacitance by a InverseVoltage returns a value of type Charge
Source§impl<T: NumLike> Div<T> for &Capacitance<T>
Dividing a unit value by a scalar value returns a unit value (automatically clones the referenced data for convenient ergonomics)
impl<T: NumLike> Div<T> for &Capacitance<T>
Dividing a unit value by a scalar value returns a unit value (automatically clones the referenced data for convenient ergonomics)
Source§impl<T: NumLike> Div<T> for Capacitance<T>
Dividing a unit value by a scalar value returns a unit value
impl<T: NumLike> Div<T> for Capacitance<T>
Dividing a unit value by a scalar value returns a unit value
Source§impl<T> Div<Time<T>> for &Capacitance<T>where
T: NumLike,
Dividing a Capacitance by a Time returns a value of type Conductance
impl<T> Div<Time<T>> for &Capacitance<T>where
T: NumLike,
Dividing a Capacitance by a Time returns a value of type Conductance
Source§impl<T> Div<Time<T>> for Capacitance<T>where
T: NumLike,
Dividing a Capacitance by a Time returns a value of type Conductance
impl<T> Div<Time<T>> for Capacitance<T>where
T: NumLike,
Dividing a Capacitance by a Time returns a value of type Conductance
Source§impl<T: NumLike> Div for &Capacitance<T>
Dividing a unit value by another of the same type returns a scalar value (automatically clones the referenced data for convenient ergonomics)
impl<T: NumLike> Div for &Capacitance<T>
Dividing a unit value by another of the same type returns a scalar value (automatically clones the referenced data for convenient ergonomics)
Source§impl<T: NumLike> Div for Capacitance<T>
Dividing a unit value by another of the same type returns a scalar value
impl<T: NumLike> Div for Capacitance<T>
Dividing a unit value by another of the same type returns a scalar value
Source§impl<T: NumLike> DivAssign<T> for Capacitance<T>
Divides this unit value by a scalar
impl<T: NumLike> DivAssign<T> for Capacitance<T>
Divides this unit value by a scalar
Source§fn div_assign(&mut self, rhs: T)
fn div_assign(&mut self, rhs: T)
/= operation. Read moreSource§impl<T> Hash for Capacitance<T>
This struct implements the Hash trait if it’s member data type also has the Hash trait
impl<T> Hash for Capacitance<T>
This struct implements the Hash trait if it’s member data type also has the Hash trait
Source§impl<T> Mul<&Capacitance<T>> for &Frequency<T>where
T: NumLike,
Multiplying a Frequency by a Capacitance returns a value of type Conductance
impl<T> Mul<&Capacitance<T>> for &Frequency<T>where
T: NumLike,
Multiplying a Frequency by a Capacitance returns a value of type Conductance
Source§type Output = Conductance<T>
type Output = Conductance<T>
* operator.Source§impl<T> Mul<&Capacitance<T>> for &InverseCharge<T>where
T: NumLike,
Multiplying a InverseCharge by a Capacitance returns a value of type InverseVoltage
impl<T> Mul<&Capacitance<T>> for &InverseCharge<T>where
T: NumLike,
Multiplying a InverseCharge by a Capacitance returns a value of type InverseVoltage
Source§type Output = InverseVoltage<T>
type Output = InverseVoltage<T>
* operator.Source§impl<T> Mul<&Capacitance<T>> for &Resistance<T>where
T: NumLike,
Multiplying a Resistance by a Capacitance returns a value of type Time
impl<T> Mul<&Capacitance<T>> for &Resistance<T>where
T: NumLike,
Multiplying a Resistance by a Capacitance returns a value of type Time
Source§impl<T> Mul<&Capacitance<T>> for &Voltage<T>where
T: NumLike,
Multiplying a Voltage by a Capacitance returns a value of type Charge
impl<T> Mul<&Capacitance<T>> for &Voltage<T>where
T: NumLike,
Multiplying a Voltage by a Capacitance returns a value of type Charge
Source§impl<T> Mul<&Capacitance<T>> for Frequency<T>where
T: NumLike,
Multiplying a Frequency by a Capacitance returns a value of type Conductance
impl<T> Mul<&Capacitance<T>> for Frequency<T>where
T: NumLike,
Multiplying a Frequency by a Capacitance returns a value of type Conductance
Source§type Output = Conductance<T>
type Output = Conductance<T>
* operator.Source§impl<T> Mul<&Capacitance<T>> for InverseCharge<T>where
T: NumLike,
Multiplying a InverseCharge by a Capacitance returns a value of type InverseVoltage
impl<T> Mul<&Capacitance<T>> for InverseCharge<T>where
T: NumLike,
Multiplying a InverseCharge by a Capacitance returns a value of type InverseVoltage
Source§type Output = InverseVoltage<T>
type Output = InverseVoltage<T>
* operator.Source§impl<T> Mul<&Capacitance<T>> for Resistance<T>where
T: NumLike,
Multiplying a Resistance by a Capacitance returns a value of type Time
impl<T> Mul<&Capacitance<T>> for Resistance<T>where
T: NumLike,
Multiplying a Resistance by a Capacitance returns a value of type Time
Source§impl<T> Mul<&Capacitance<T>> for Voltage<T>where
T: NumLike,
Multiplying a Voltage by a Capacitance returns a value of type Charge
impl<T> Mul<&Capacitance<T>> for Voltage<T>where
T: NumLike,
Multiplying a Voltage by a Capacitance returns a value of type Charge
Source§impl<T> Mul<&Capacitance<T>> for f32
Multiplying a unit value by a scalar value returns a unit value (automatically clones the referenced data for convenient ergonomics)
impl<T> Mul<&Capacitance<T>> for f32
Multiplying a unit value by a scalar value returns a unit value (automatically clones the referenced data for convenient ergonomics)
Source§type Output = Capacitance<T>
type Output = Capacitance<T>
* operator.Source§impl<T> Mul<&Capacitance<T>> for f64
Multiplying a unit value by a scalar value returns a unit value (automatically clones the referenced data for convenient ergonomics)
impl<T> Mul<&Capacitance<T>> for f64
Multiplying a unit value by a scalar value returns a unit value (automatically clones the referenced data for convenient ergonomics)
Source§type Output = Capacitance<T>
type Output = Capacitance<T>
* operator.Source§impl<T> Mul<&Capacitance<T>> for i16
Multiplying a unit value by a scalar value returns a unit value (automatically clones the referenced data for convenient ergonomics)
impl<T> Mul<&Capacitance<T>> for i16
Multiplying a unit value by a scalar value returns a unit value (automatically clones the referenced data for convenient ergonomics)
Source§type Output = Capacitance<T>
type Output = Capacitance<T>
* operator.Source§impl<T> Mul<&Capacitance<T>> for i32
Multiplying a unit value by a scalar value returns a unit value (automatically clones the referenced data for convenient ergonomics)
impl<T> Mul<&Capacitance<T>> for i32
Multiplying a unit value by a scalar value returns a unit value (automatically clones the referenced data for convenient ergonomics)
Source§type Output = Capacitance<T>
type Output = Capacitance<T>
* operator.Source§impl<T> Mul<&Capacitance<T>> for i64
Multiplying a unit value by a scalar value returns a unit value (automatically clones the referenced data for convenient ergonomics)
impl<T> Mul<&Capacitance<T>> for i64
Multiplying a unit value by a scalar value returns a unit value (automatically clones the referenced data for convenient ergonomics)
Source§type Output = Capacitance<T>
type Output = Capacitance<T>
* operator.Source§impl<T> Mul<&Capacitance<T>> for i8
Multiplying a unit value by a scalar value returns a unit value (automatically clones the referenced data for convenient ergonomics)
impl<T> Mul<&Capacitance<T>> for i8
Multiplying a unit value by a scalar value returns a unit value (automatically clones the referenced data for convenient ergonomics)
Source§type Output = Capacitance<T>
type Output = Capacitance<T>
* operator.Source§impl<T> Mul<&Capacitance<T>> for u16
Multiplying a unit value by a scalar value returns a unit value (automatically clones the referenced data for convenient ergonomics)
impl<T> Mul<&Capacitance<T>> for u16
Multiplying a unit value by a scalar value returns a unit value (automatically clones the referenced data for convenient ergonomics)
Source§type Output = Capacitance<T>
type Output = Capacitance<T>
* operator.Source§impl<T> Mul<&Capacitance<T>> for u32
Multiplying a unit value by a scalar value returns a unit value (automatically clones the referenced data for convenient ergonomics)
impl<T> Mul<&Capacitance<T>> for u32
Multiplying a unit value by a scalar value returns a unit value (automatically clones the referenced data for convenient ergonomics)
Source§type Output = Capacitance<T>
type Output = Capacitance<T>
* operator.Source§impl<T> Mul<&Capacitance<T>> for u64
Multiplying a unit value by a scalar value returns a unit value (automatically clones the referenced data for convenient ergonomics)
impl<T> Mul<&Capacitance<T>> for u64
Multiplying a unit value by a scalar value returns a unit value (automatically clones the referenced data for convenient ergonomics)
Source§type Output = Capacitance<T>
type Output = Capacitance<T>
* operator.Source§impl<T> Mul<&Capacitance<T>> for u8
Multiplying a unit value by a scalar value returns a unit value (automatically clones the referenced data for convenient ergonomics)
impl<T> Mul<&Capacitance<T>> for u8
Multiplying a unit value by a scalar value returns a unit value (automatically clones the referenced data for convenient ergonomics)
Source§type Output = Capacitance<T>
type Output = Capacitance<T>
* operator.Source§impl<T> Mul<&Frequency<T>> for &Capacitance<T>where
T: NumLike,
Multiplying a Capacitance by a Frequency returns a value of type Conductance
impl<T> Mul<&Frequency<T>> for &Capacitance<T>where
T: NumLike,
Multiplying a Capacitance by a Frequency returns a value of type Conductance
Source§impl<T> Mul<&Frequency<T>> for Capacitance<T>where
T: NumLike,
Multiplying a Capacitance by a Frequency returns a value of type Conductance
impl<T> Mul<&Frequency<T>> for Capacitance<T>where
T: NumLike,
Multiplying a Capacitance by a Frequency returns a value of type Conductance
Source§impl<T> Mul<&InverseCharge<T>> for &Capacitance<T>where
T: NumLike,
Multiplying a Capacitance by a InverseCharge returns a value of type InverseVoltage
impl<T> Mul<&InverseCharge<T>> for &Capacitance<T>where
T: NumLike,
Multiplying a Capacitance by a InverseCharge returns a value of type InverseVoltage
Source§type Output = InverseVoltage<T>
type Output = InverseVoltage<T>
* operator.Source§impl<T> Mul<&InverseCharge<T>> for Capacitance<T>where
T: NumLike,
Multiplying a Capacitance by a InverseCharge returns a value of type InverseVoltage
impl<T> Mul<&InverseCharge<T>> for Capacitance<T>where
T: NumLike,
Multiplying a Capacitance by a InverseCharge returns a value of type InverseVoltage
Source§type Output = InverseVoltage<T>
type Output = InverseVoltage<T>
* operator.Source§impl<T> Mul<&Resistance<T>> for &Capacitance<T>where
T: NumLike,
Multiplying a Capacitance by a Resistance returns a value of type Time
impl<T> Mul<&Resistance<T>> for &Capacitance<T>where
T: NumLike,
Multiplying a Capacitance by a Resistance returns a value of type Time
Source§impl<T> Mul<&Resistance<T>> for Capacitance<T>where
T: NumLike,
Multiplying a Capacitance by a Resistance returns a value of type Time
impl<T> Mul<&Resistance<T>> for Capacitance<T>where
T: NumLike,
Multiplying a Capacitance by a Resistance returns a value of type Time
Source§impl<T> Mul<&T> for &Capacitance<T>where
T: NumLike,
Multiplying a unit value by a scalar value returns a unit value
impl<T> Mul<&T> for &Capacitance<T>where
T: NumLike,
Multiplying a unit value by a scalar value returns a unit value
Source§impl<T> Mul<&T> for Capacitance<T>where
T: NumLike,
Multiplying a unit value by a scalar value returns a unit value
impl<T> Mul<&T> for Capacitance<T>where
T: NumLike,
Multiplying a unit value by a scalar value returns a unit value
Source§impl<T> Mul<&Voltage<T>> for &Capacitance<T>where
T: NumLike,
Multiplying a Capacitance by a Voltage returns a value of type Charge
impl<T> Mul<&Voltage<T>> for &Capacitance<T>where
T: NumLike,
Multiplying a Capacitance by a Voltage returns a value of type Charge
Source§impl<T> Mul<&Voltage<T>> for Capacitance<T>where
T: NumLike,
Multiplying a Capacitance by a Voltage returns a value of type Charge
impl<T> Mul<&Voltage<T>> for Capacitance<T>where
T: NumLike,
Multiplying a Capacitance by a Voltage returns a value of type Charge
Source§impl<T> Mul<Capacitance<T>> for &Frequency<T>where
T: NumLike,
Multiplying a Frequency by a Capacitance returns a value of type Conductance
impl<T> Mul<Capacitance<T>> for &Frequency<T>where
T: NumLike,
Multiplying a Frequency by a Capacitance returns a value of type Conductance
Source§type Output = Conductance<T>
type Output = Conductance<T>
* operator.Source§impl<T> Mul<Capacitance<T>> for &InverseCharge<T>where
T: NumLike,
Multiplying a InverseCharge by a Capacitance returns a value of type InverseVoltage
impl<T> Mul<Capacitance<T>> for &InverseCharge<T>where
T: NumLike,
Multiplying a InverseCharge by a Capacitance returns a value of type InverseVoltage
Source§type Output = InverseVoltage<T>
type Output = InverseVoltage<T>
* operator.Source§impl<T> Mul<Capacitance<T>> for &Resistance<T>where
T: NumLike,
Multiplying a Resistance by a Capacitance returns a value of type Time
impl<T> Mul<Capacitance<T>> for &Resistance<T>where
T: NumLike,
Multiplying a Resistance by a Capacitance returns a value of type Time
Source§impl<T> Mul<Capacitance<T>> for &Voltage<T>where
T: NumLike,
Multiplying a Voltage by a Capacitance returns a value of type Charge
impl<T> Mul<Capacitance<T>> for &Voltage<T>where
T: NumLike,
Multiplying a Voltage by a Capacitance returns a value of type Charge
Source§impl<T> Mul<Capacitance<T>> for Frequency<T>where
T: NumLike,
Multiplying a Frequency by a Capacitance returns a value of type Conductance
impl<T> Mul<Capacitance<T>> for Frequency<T>where
T: NumLike,
Multiplying a Frequency by a Capacitance returns a value of type Conductance
Source§type Output = Conductance<T>
type Output = Conductance<T>
* operator.Source§impl<T> Mul<Capacitance<T>> for InverseCharge<T>where
T: NumLike,
Multiplying a InverseCharge by a Capacitance returns a value of type InverseVoltage
impl<T> Mul<Capacitance<T>> for InverseCharge<T>where
T: NumLike,
Multiplying a InverseCharge by a Capacitance returns a value of type InverseVoltage
Source§type Output = InverseVoltage<T>
type Output = InverseVoltage<T>
* operator.Source§impl<T> Mul<Capacitance<T>> for Resistance<T>where
T: NumLike,
Multiplying a Resistance by a Capacitance returns a value of type Time
impl<T> Mul<Capacitance<T>> for Resistance<T>where
T: NumLike,
Multiplying a Resistance by a Capacitance returns a value of type Time
Source§impl<T> Mul<Capacitance<T>> for Voltage<T>where
T: NumLike,
Multiplying a Voltage by a Capacitance returns a value of type Charge
impl<T> Mul<Capacitance<T>> for Voltage<T>where
T: NumLike,
Multiplying a Voltage by a Capacitance returns a value of type Charge
Source§impl<T> Mul<Capacitance<T>> for f32
Multiplying a unit value by a scalar value returns a unit value
impl<T> Mul<Capacitance<T>> for f32
Multiplying a unit value by a scalar value returns a unit value
Source§type Output = Capacitance<T>
type Output = Capacitance<T>
* operator.Source§impl<T> Mul<Capacitance<T>> for f64
Multiplying a unit value by a scalar value returns a unit value
impl<T> Mul<Capacitance<T>> for f64
Multiplying a unit value by a scalar value returns a unit value
Source§type Output = Capacitance<T>
type Output = Capacitance<T>
* operator.Source§impl<T> Mul<Capacitance<T>> for i16
Multiplying a unit value by a scalar value returns a unit value
impl<T> Mul<Capacitance<T>> for i16
Multiplying a unit value by a scalar value returns a unit value
Source§type Output = Capacitance<T>
type Output = Capacitance<T>
* operator.Source§impl<T> Mul<Capacitance<T>> for i32
Multiplying a unit value by a scalar value returns a unit value
impl<T> Mul<Capacitance<T>> for i32
Multiplying a unit value by a scalar value returns a unit value
Source§type Output = Capacitance<T>
type Output = Capacitance<T>
* operator.Source§impl<T> Mul<Capacitance<T>> for i64
Multiplying a unit value by a scalar value returns a unit value
impl<T> Mul<Capacitance<T>> for i64
Multiplying a unit value by a scalar value returns a unit value
Source§type Output = Capacitance<T>
type Output = Capacitance<T>
* operator.Source§impl<T> Mul<Capacitance<T>> for i8
Multiplying a unit value by a scalar value returns a unit value
impl<T> Mul<Capacitance<T>> for i8
Multiplying a unit value by a scalar value returns a unit value
Source§type Output = Capacitance<T>
type Output = Capacitance<T>
* operator.Source§impl<T> Mul<Capacitance<T>> for u16
Multiplying a unit value by a scalar value returns a unit value
impl<T> Mul<Capacitance<T>> for u16
Multiplying a unit value by a scalar value returns a unit value
Source§type Output = Capacitance<T>
type Output = Capacitance<T>
* operator.Source§impl<T> Mul<Capacitance<T>> for u32
Multiplying a unit value by a scalar value returns a unit value
impl<T> Mul<Capacitance<T>> for u32
Multiplying a unit value by a scalar value returns a unit value
Source§type Output = Capacitance<T>
type Output = Capacitance<T>
* operator.Source§impl<T> Mul<Capacitance<T>> for u64
Multiplying a unit value by a scalar value returns a unit value
impl<T> Mul<Capacitance<T>> for u64
Multiplying a unit value by a scalar value returns a unit value
Source§type Output = Capacitance<T>
type Output = Capacitance<T>
* operator.Source§impl<T> Mul<Capacitance<T>> for u8
Multiplying a unit value by a scalar value returns a unit value
impl<T> Mul<Capacitance<T>> for u8
Multiplying a unit value by a scalar value returns a unit value
Source§type Output = Capacitance<T>
type Output = Capacitance<T>
* operator.Source§impl<T> Mul<Frequency<T>> for &Capacitance<T>where
T: NumLike,
Multiplying a Capacitance by a Frequency returns a value of type Conductance
impl<T> Mul<Frequency<T>> for &Capacitance<T>where
T: NumLike,
Multiplying a Capacitance by a Frequency returns a value of type Conductance
Source§impl<T> Mul<Frequency<T>> for Capacitance<T>where
T: NumLike,
Multiplying a Capacitance by a Frequency returns a value of type Conductance
impl<T> Mul<Frequency<T>> for Capacitance<T>where
T: NumLike,
Multiplying a Capacitance by a Frequency returns a value of type Conductance
Source§impl<T> Mul<InverseCharge<T>> for &Capacitance<T>where
T: NumLike,
Multiplying a Capacitance by a InverseCharge returns a value of type InverseVoltage
impl<T> Mul<InverseCharge<T>> for &Capacitance<T>where
T: NumLike,
Multiplying a Capacitance by a InverseCharge returns a value of type InverseVoltage
Source§type Output = InverseVoltage<T>
type Output = InverseVoltage<T>
* operator.Source§impl<T> Mul<InverseCharge<T>> for Capacitance<T>where
T: NumLike,
Multiplying a Capacitance by a InverseCharge returns a value of type InverseVoltage
impl<T> Mul<InverseCharge<T>> for Capacitance<T>where
T: NumLike,
Multiplying a Capacitance by a InverseCharge returns a value of type InverseVoltage
Source§type Output = InverseVoltage<T>
type Output = InverseVoltage<T>
* operator.Source§impl<T> Mul<Resistance<T>> for &Capacitance<T>where
T: NumLike,
Multiplying a Capacitance by a Resistance returns a value of type Time
impl<T> Mul<Resistance<T>> for &Capacitance<T>where
T: NumLike,
Multiplying a Capacitance by a Resistance returns a value of type Time
Source§impl<T> Mul<Resistance<T>> for Capacitance<T>where
T: NumLike,
Multiplying a Capacitance by a Resistance returns a value of type Time
impl<T> Mul<Resistance<T>> for Capacitance<T>where
T: NumLike,
Multiplying a Capacitance by a Resistance returns a value of type Time
Source§impl<T: NumLike> Mul<T> for &Capacitance<T>
Multiplying a unit value by a scalar value returns a unit value (automatically clones the referenced data for convenient ergonomics)
impl<T: NumLike> Mul<T> for &Capacitance<T>
Multiplying a unit value by a scalar value returns a unit value (automatically clones the referenced data for convenient ergonomics)
Source§impl<T: NumLike> Mul<T> for Capacitance<T>
Multiplying a unit value by a scalar value returns a unit value
impl<T: NumLike> Mul<T> for Capacitance<T>
Multiplying a unit value by a scalar value returns a unit value
Source§impl<T> Mul<Voltage<T>> for &Capacitance<T>where
T: NumLike,
Multiplying a Capacitance by a Voltage returns a value of type Charge
impl<T> Mul<Voltage<T>> for &Capacitance<T>where
T: NumLike,
Multiplying a Capacitance by a Voltage returns a value of type Charge
Source§impl<T> Mul<Voltage<T>> for Capacitance<T>where
T: NumLike,
Multiplying a Capacitance by a Voltage returns a value of type Charge
impl<T> Mul<Voltage<T>> for Capacitance<T>where
T: NumLike,
Multiplying a Capacitance by a Voltage returns a value of type Charge
Source§impl<T: NumLike> MulAssign<T> for Capacitance<T>
Multiplies this unit value by a scalar
impl<T: NumLike> MulAssign<T> for Capacitance<T>
Multiplies this unit value by a scalar
Source§fn mul_assign(&mut self, rhs: T)
fn mul_assign(&mut self, rhs: T)
*= operation. Read moreSource§impl<T: NumLike> Neg for &Capacitance<T>
Flips the sign of this unit value (automatically clones the referenced data for convenient ergonomics)
impl<T: NumLike> Neg for &Capacitance<T>
Flips the sign of this unit value (automatically clones the referenced data for convenient ergonomics)
Source§impl<T: NumLike> Neg for Capacitance<T>
Flips the sign of this unit value
impl<T: NumLike> Neg for Capacitance<T>
Flips the sign of this unit value
Source§impl<T> Ord for Capacitance<T>
This struct implements the Ord trait if it’s member data type also has the Ord trait
impl<T> Ord for Capacitance<T>
This struct implements the Ord trait if it’s member data type also has the Ord trait
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Source§impl<T> PartialEq for Capacitance<T>
This struct implements the PartialEq trait if it’s member data type also has the PartialEq trait
impl<T> PartialEq for Capacitance<T>
This struct implements the PartialEq trait if it’s member data type also has the PartialEq trait
Source§impl<T> PartialOrd for Capacitance<T>where
T: NumLike + PartialOrd,
This struct implements the PartialOrd trait if it’s member data type also has the PartialOrd trait
impl<T> PartialOrd for Capacitance<T>where
T: NumLike + PartialOrd,
This struct implements the PartialOrd trait if it’s member data type also has the PartialOrd trait
Source§impl<T: NumLike> Sub for &Capacitance<T>
Subtracting two unit values of the same type returns a new unit value of the same type (automatically clones the referenced data for convenient ergonomics)
impl<T: NumLike> Sub for &Capacitance<T>
Subtracting two unit values of the same type returns a new unit value of the same type (automatically clones the referenced data for convenient ergonomics)
Source§impl<T: NumLike> Sub for Capacitance<T>
Subtracting two unit values of the same type returns a new unit value of the same type
impl<T: NumLike> Sub for Capacitance<T>
Subtracting two unit values of the same type returns a new unit value of the same type
Source§impl<T: NumLike> SubAssign for Capacitance<T>
Subtracts the given unit value from this unit value
impl<T: NumLike> SubAssign for Capacitance<T>
Subtracts the given unit value from this unit value
Source§fn sub_assign(&mut self, rhs: Self)
fn sub_assign(&mut self, rhs: Self)
-= operation. Read moreimpl<T> Copy for Capacitance<T>
This struct implements the Copy marker trait if it’s member data type also has the Copy trait
impl<T> Eq for Capacitance<T>
This struct implements the core::cmp::Eq trait if it’s member data type also has the core::cmp::Eq trait