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