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