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