pub struct ReciprocalAmount;Expand description
A reciprocal amount of substance, as the Avogadro constant is.
Implementations§
Source§impl ReciprocalAmount
impl ReciprocalAmount
Sourcepub const fn per_mole(value: TensorRank0) -> Quantity<ReciprocalAmount>
pub const fn per_mole(value: TensorRank0) -> Quantity<ReciprocalAmount>
A quantity of reciprocal moles.
Trait Implementations§
Source§impl Clone for ReciprocalAmount
impl Clone for ReciprocalAmount
Source§fn clone(&self) -> ReciprocalAmount
fn clone(&self) -> ReciprocalAmount
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ReciprocalAmount
impl Debug for ReciprocalAmount
Source§impl PartialEq for ReciprocalAmount
impl PartialEq for ReciprocalAmount
Source§fn eq(&self, other: &ReciprocalAmount) -> bool
fn eq(&self, other: &ReciprocalAmount) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl UnitDiv<Dimensionless> for ReciprocalAmount
impl UnitDiv<Dimensionless> for ReciprocalAmount
Source§type Output = ReciprocalAmount
type Output = ReciprocalAmount
The unit of the quotient.
Source§impl UnitDiv<ReciprocalAmount> for Dimensionless
impl UnitDiv<ReciprocalAmount> for Dimensionless
Source§impl UnitDiv<ReciprocalAmount> for MolarEnergy
impl UnitDiv<ReciprocalAmount> for MolarEnergy
Source§impl UnitDiv<ReciprocalAmount> for MolarEntropy
impl UnitDiv<ReciprocalAmount> for MolarEntropy
Source§impl UnitDiv<ReciprocalAmount> for ReciprocalAmount
impl UnitDiv<ReciprocalAmount> for ReciprocalAmount
Source§type Output = Dimensionless
type Output = Dimensionless
The unit of the quotient.
Source§impl UnitHalves for ReciprocalAmount
impl UnitHalves for ReciprocalAmount
Source§type First = ReciprocalAmount
type First = ReciprocalAmount
The unit the first half takes.
Source§type Second = ReciprocalAmount
type Second = ReciprocalAmount
The unit the second half takes.
Source§impl UnitMul<Amount> for ReciprocalAmount
impl UnitMul<Amount> for ReciprocalAmount
Source§type Output = Dimensionless
type Output = Dimensionless
The unit of the product.
Source§impl UnitMul<Dimensionless> for ReciprocalAmount
impl UnitMul<Dimensionless> for ReciprocalAmount
Source§type Output = ReciprocalAmount
type Output = ReciprocalAmount
The unit of the product.
Source§impl UnitMul<Energy> for ReciprocalAmount
impl UnitMul<Energy> for ReciprocalAmount
Source§type Output = MolarEnergy
type Output = MolarEnergy
The unit of the product.
Source§impl UnitMul<Entropy> for ReciprocalAmount
impl UnitMul<Entropy> for ReciprocalAmount
Source§type Output = MolarEntropy
type Output = MolarEntropy
The unit of the product.
Source§impl UnitMul<ReciprocalAmount> for Amount
impl UnitMul<ReciprocalAmount> for Amount
Source§type Output = Dimensionless
type Output = Dimensionless
The unit of the product.
Source§impl UnitMul<ReciprocalAmount> for Dimensionless
impl UnitMul<ReciprocalAmount> for Dimensionless
Source§type Output = ReciprocalAmount
type Output = ReciprocalAmount
The unit of the product.
Source§impl UnitMul<ReciprocalAmount> for Energy
impl UnitMul<ReciprocalAmount> for Energy
Source§type Output = MolarEnergy
type Output = MolarEnergy
The unit of the product.
Source§impl UnitMul<ReciprocalAmount> for Entropy
impl UnitMul<ReciprocalAmount> for Entropy
Source§type Output = MolarEntropy
type Output = MolarEntropy
The unit of the product.
Source§impl UnitSum for ReciprocalAmount
impl UnitSum for ReciprocalAmount
Source§type Output = ReciprocalAmount
type Output = ReciprocalAmount
The unit of the sum.
impl Copy for ReciprocalAmount
impl Eq for ReciprocalAmount
impl StructuralPartialEq for ReciprocalAmount
impl Unit for ReciprocalAmount
Auto Trait Implementations§
impl Freeze for ReciprocalAmount
impl RefUnwindSafe for ReciprocalAmount
impl Send for ReciprocalAmount
impl Sync for ReciprocalAmount
impl Unpin for ReciprocalAmount
impl UnsafeUnpin for ReciprocalAmount
impl UnwindSafe for ReciprocalAmount
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