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