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