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