pub struct MolarEnergy;Expand description
A molar energy, being an energy per unit amount.
Implementations§
Source§impl MolarEnergy
impl MolarEnergy
Sourcepub const fn joules_per_mole(value: TensorRank0) -> Quantity<MolarEnergy>
pub const fn joules_per_mole(value: TensorRank0) -> Quantity<MolarEnergy>
A quantity of joules per mole.
Sourcepub const fn kilojoules_per_mole(value: TensorRank0) -> Quantity<MolarEnergy>
pub const fn kilojoules_per_mole(value: TensorRank0) -> Quantity<MolarEnergy>
A quantity of kilojoules per mole.
Trait Implementations§
Source§impl Clone for MolarEnergy
impl Clone for MolarEnergy
Source§fn clone(&self) -> MolarEnergy
fn clone(&self) -> MolarEnergy
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 MolarEnergy
impl Debug for MolarEnergy
Source§impl PartialEq for MolarEnergy
impl PartialEq for MolarEnergy
Source§fn eq(&self, other: &MolarEnergy) -> bool
fn eq(&self, other: &MolarEnergy) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl UnitDiv<Dimensionless> for MolarEnergy
impl UnitDiv<Dimensionless> for MolarEnergy
Source§type Output = MolarEnergy
type Output = MolarEnergy
The unit of the quotient.
Source§impl UnitDiv<Energy> for MolarEnergy
impl UnitDiv<Energy> for MolarEnergy
Source§type Output = ReciprocalAmount
type Output = ReciprocalAmount
The unit of the quotient.
Source§impl UnitDiv<MolarEnergy> for MolarEnergy
impl UnitDiv<MolarEnergy> for MolarEnergy
Source§type Output = Dimensionless
type Output = Dimensionless
The unit of the quotient.
Source§impl UnitDiv<MolarEntropy> for MolarEnergy
impl UnitDiv<MolarEntropy> for MolarEnergy
Source§type Output = Temperature
type Output = Temperature
The unit of the quotient.
Source§impl UnitDiv<ReciprocalAmount> for MolarEnergy
impl UnitDiv<ReciprocalAmount> for MolarEnergy
Source§impl UnitDiv<Temperature> for MolarEnergy
impl UnitDiv<Temperature> for MolarEnergy
Source§type Output = MolarEntropy
type Output = MolarEntropy
The unit of the quotient.
Source§impl UnitHalves for MolarEnergy
impl UnitHalves for MolarEnergy
Source§type First = MolarEnergy
type First = MolarEnergy
The unit the first half takes.
Source§type Second = MolarEnergy
type Second = MolarEnergy
The unit the second half takes.
Source§impl UnitMul<Dimensionless> for MolarEnergy
impl UnitMul<Dimensionless> for MolarEnergy
Source§type Output = MolarEnergy
type Output = MolarEnergy
The unit of the product.
Source§impl UnitMul<MolarEnergy> for Dimensionless
impl UnitMul<MolarEnergy> for Dimensionless
Source§type Output = MolarEnergy
type Output = MolarEnergy
The unit of the product.
Source§impl UnitSum for MolarEnergy
impl UnitSum for MolarEnergy
Source§type Output = MolarEnergy
type Output = MolarEnergy
The unit of the sum.
impl Copy for MolarEnergy
impl Eq for MolarEnergy
impl StructuralPartialEq for MolarEnergy
impl Unit for MolarEnergy
Auto Trait Implementations§
impl Freeze for MolarEnergy
impl RefUnwindSafe for MolarEnergy
impl Send for MolarEnergy
impl Sync for MolarEnergy
impl Unpin for MolarEnergy
impl UnsafeUnpin for MolarEnergy
impl UnwindSafe for MolarEnergy
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