pub struct EnergyDensity(/* private fields */);Expand description
Energy Density (Joules per cubic meter).
Implementations§
Source§impl EnergyDensity
impl EnergyDensity
Trait Implementations§
Source§impl Clone for EnergyDensity
impl Clone for EnergyDensity
Source§fn clone(&self) -> EnergyDensity
fn clone(&self) -> EnergyDensity
Returns a duplicate of the value. Read more
1.0.0 · 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 EnergyDensity
impl Debug for EnergyDensity
Source§impl Default for EnergyDensity
impl Default for EnergyDensity
Source§fn default() -> EnergyDensity
fn default() -> EnergyDensity
Returns the “default value” for a type. Read more
Source§impl From<EnergyDensity> for f64
impl From<EnergyDensity> for f64
Source§fn from(val: EnergyDensity) -> Self
fn from(val: EnergyDensity) -> Self
Converts to this type from the input type.
Source§impl PartialEq for EnergyDensity
impl PartialEq for EnergyDensity
Source§impl PartialOrd for EnergyDensity
impl PartialOrd for EnergyDensity
impl Copy for EnergyDensity
impl StructuralPartialEq for EnergyDensity
Auto Trait Implementations§
impl Freeze for EnergyDensity
impl RefUnwindSafe for EnergyDensity
impl Send for EnergyDensity
impl Sync for EnergyDensity
impl Unpin for EnergyDensity
impl UnsafeUnpin for EnergyDensity
impl UnwindSafe for EnergyDensity
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