pub struct Entropy;Expand description
An entropy, and equally the Boltzmann constant, being an energy per unit temperature.
Implementations§
Source§impl Entropy
impl Entropy
Sourcepub const fn joules_per_kelvin(value: TensorRank0) -> Quantity<Entropy>
pub const fn joules_per_kelvin(value: TensorRank0) -> Quantity<Entropy>
A quantity of joules per kelvin.
Trait Implementations§
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 UnitHalves for Entropy
impl UnitHalves for Entropy
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 Entropy
impl UnitMul<ReciprocalAmount> for Entropy
Source§type Output = MolarEntropy
type Output = MolarEntropy
The unit of the product.
impl Copy for Entropy
impl Eq for Entropy
impl StructuralPartialEq for Entropy
impl Unit for Entropy
Auto Trait Implementations§
impl Freeze for Entropy
impl RefUnwindSafe for Entropy
impl Send for Entropy
impl Sync for Entropy
impl Unpin for Entropy
impl UnsafeUnpin for Entropy
impl UnwindSafe for Entropy
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