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