pub struct ReciprocalTemperature;Expand description
A reciprocal temperature, as a coefficient of thermal expansion is.
Implementations§
Source§impl ReciprocalTemperature
impl ReciprocalTemperature
Sourcepub const fn per_kelvin(value: TensorRank0) -> Quantity<ReciprocalTemperature>
pub const fn per_kelvin(value: TensorRank0) -> Quantity<ReciprocalTemperature>
A quantity of reciprocal kelvin.
Sourcepub const fn per_celsius(value: TensorRank0) -> Quantity<ReciprocalTemperature>
pub const fn per_celsius(value: TensorRank0) -> Quantity<ReciprocalTemperature>
A quantity of reciprocal degrees celsius.
Trait Implementations§
Source§impl Clone for ReciprocalTemperature
impl Clone for ReciprocalTemperature
Source§fn clone(&self) -> ReciprocalTemperature
fn clone(&self) -> ReciprocalTemperature
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 ReciprocalTemperature
impl Debug for ReciprocalTemperature
Source§impl PartialEq for ReciprocalTemperature
impl PartialEq for ReciprocalTemperature
Source§fn eq(&self, other: &ReciprocalTemperature) -> bool
fn eq(&self, other: &ReciprocalTemperature) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl UnitDiv<Dimensionless> for ReciprocalTemperature
impl UnitDiv<Dimensionless> for ReciprocalTemperature
Source§type Output = ReciprocalTemperature
type Output = ReciprocalTemperature
The unit of the quotient.
Source§impl UnitDiv<ReciprocalTemperature> for Dimensionless
impl UnitDiv<ReciprocalTemperature> for Dimensionless
Source§type Output = Temperature
type Output = Temperature
The unit of the quotient.
Source§impl UnitDiv<ReciprocalTemperature> for ReciprocalTemperature
impl UnitDiv<ReciprocalTemperature> for ReciprocalTemperature
Source§type Output = Dimensionless
type Output = Dimensionless
The unit of the quotient.
Source§impl UnitHalves for ReciprocalTemperature
impl UnitHalves for ReciprocalTemperature
Source§type First = ReciprocalTemperature
type First = ReciprocalTemperature
The unit the first half takes.
Source§type Second = ReciprocalTemperature
type Second = ReciprocalTemperature
The unit the second half takes.
Source§impl UnitInv for ReciprocalTemperature
impl UnitInv for ReciprocalTemperature
Source§type Output = Temperature
type Output = Temperature
The unit of the inverse.
Source§impl UnitMul<Dimensionless> for ReciprocalTemperature
impl UnitMul<Dimensionless> for ReciprocalTemperature
Source§type Output = ReciprocalTemperature
type Output = ReciprocalTemperature
The unit of the product.
Source§impl UnitMul<ReciprocalTemperature> for Dimensionless
impl UnitMul<ReciprocalTemperature> for Dimensionless
Source§type Output = ReciprocalTemperature
type Output = ReciprocalTemperature
The unit of the product.
Source§impl UnitMul<ReciprocalTemperature> for Stress
impl UnitMul<ReciprocalTemperature> for Stress
Source§type Output = StressPerTemperature
type Output = StressPerTemperature
The unit of the product.
Source§impl UnitMul<ReciprocalTemperature> for Temperature
impl UnitMul<ReciprocalTemperature> for Temperature
Source§type Output = Dimensionless
type Output = Dimensionless
The unit of the product.
Source§impl UnitMul<Temperature> for ReciprocalTemperature
impl UnitMul<Temperature> for ReciprocalTemperature
Source§type Output = Dimensionless
type Output = Dimensionless
The unit of the product.
Source§impl UnitSum for ReciprocalTemperature
impl UnitSum for ReciprocalTemperature
Source§type Output = ReciprocalTemperature
type Output = ReciprocalTemperature
The unit of the sum.
impl Copy for ReciprocalTemperature
impl Eq for ReciprocalTemperature
impl StructuralPartialEq for ReciprocalTemperature
impl Unit for ReciprocalTemperature
Auto Trait Implementations§
impl Freeze for ReciprocalTemperature
impl RefUnwindSafe for ReciprocalTemperature
impl Send for ReciprocalTemperature
impl Sync for ReciprocalTemperature
impl Unpin for ReciprocalTemperature
impl UnsafeUnpin for ReciprocalTemperature
impl UnwindSafe for ReciprocalTemperature
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