pub struct PowerPerTemperature;Expand description
A power per unit temperature, as a thermal stiffness is.
Trait Implementations§
Source§impl Clone for PowerPerTemperature
impl Clone for PowerPerTemperature
Source§fn clone(&self) -> PowerPerTemperature
fn clone(&self) -> PowerPerTemperature
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 PowerPerTemperature
impl Debug for PowerPerTemperature
Source§impl PartialEq for PowerPerTemperature
impl PartialEq for PowerPerTemperature
Source§fn eq(&self, other: &PowerPerTemperature) -> bool
fn eq(&self, other: &PowerPerTemperature) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl UnitDiv<Dimensionless> for PowerPerTemperature
impl UnitDiv<Dimensionless> for PowerPerTemperature
Source§type Output = PowerPerTemperature
type Output = PowerPerTemperature
The unit of the quotient.
Source§impl UnitDiv<PowerPerTemperature> for Power
impl UnitDiv<PowerPerTemperature> for Power
Source§type Output = Temperature
type Output = Temperature
The unit of the quotient.
Source§impl UnitDiv<PowerPerTemperature> for PowerPerTemperature
impl UnitDiv<PowerPerTemperature> for PowerPerTemperature
Source§type Output = Dimensionless
type Output = Dimensionless
The unit of the quotient.
Source§impl UnitDiv<Volume> for PowerPerTemperature
impl UnitDiv<Volume> for PowerPerTemperature
Source§type Output = PowerPerVolumeTemperature
type Output = PowerPerVolumeTemperature
The unit of the quotient.
Source§impl UnitHalves for PowerPerTemperature
impl UnitHalves for PowerPerTemperature
Source§type First = PowerPerTemperature
type First = PowerPerTemperature
The unit the first half takes.
Source§type Second = PowerPerTemperature
type Second = PowerPerTemperature
The unit the second half takes.
Source§impl UnitMul<Dimensionless> for PowerPerTemperature
impl UnitMul<Dimensionless> for PowerPerTemperature
Source§type Output = PowerPerTemperature
type Output = PowerPerTemperature
The unit of the product.
Source§impl UnitMul<PowerPerTemperature> for Dimensionless
impl UnitMul<PowerPerTemperature> for Dimensionless
Source§type Output = PowerPerTemperature
type Output = PowerPerTemperature
The unit of the product.
Source§impl UnitMul<PowerPerTemperature> for Temperature
impl UnitMul<PowerPerTemperature> for Temperature
Source§impl UnitMul<Temperature> for PowerPerTemperature
impl UnitMul<Temperature> for PowerPerTemperature
Source§impl UnitSum for PowerPerTemperature
impl UnitSum for PowerPerTemperature
Source§type Output = PowerPerTemperature
type Output = PowerPerTemperature
The unit of the sum.
impl Copy for PowerPerTemperature
impl Eq for PowerPerTemperature
impl StructuralPartialEq for PowerPerTemperature
impl Unit for PowerPerTemperature
Auto Trait Implementations§
impl Freeze for PowerPerTemperature
impl RefUnwindSafe for PowerPerTemperature
impl Send for PowerPerTemperature
impl Sync for PowerPerTemperature
impl Unpin for PowerPerTemperature
impl UnsafeUnpin for PowerPerTemperature
impl UnwindSafe for PowerPerTemperature
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