pub struct CriticalProps {
pub temperature: f64,
pub pressure: f64,
pub density: f64,
}Fields§
§temperature: f64Critical temperature (K)
pressure: f64Critical pressure (kPa)
density: f64Critical density (mol/L)
Trait Implementations§
Source§impl Clone for CriticalProps
impl Clone for CriticalProps
Source§fn clone(&self) -> CriticalProps
fn clone(&self) -> CriticalProps
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 CriticalProps
impl Debug for CriticalProps
Source§impl Display for CriticalProps
impl Display for CriticalProps
Source§impl PartialEq for CriticalProps
impl PartialEq for CriticalProps
impl StructuralPartialEq for CriticalProps
Auto Trait Implementations§
impl Freeze for CriticalProps
impl RefUnwindSafe for CriticalProps
impl Send for CriticalProps
impl Sync for CriticalProps
impl Unpin for CriticalProps
impl UnsafeUnpin for CriticalProps
impl UnwindSafe for CriticalProps
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