pub struct Supersaturation {
pub gf_99: f64,
pub gf_surf: f64,
}Fields§
§gf_99: f64§gf_surf: f64Trait Implementations§
Source§impl Clone for Supersaturation
impl Clone for Supersaturation
Source§fn clone(&self) -> Supersaturation
fn clone(&self) -> Supersaturation
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 Supersaturation
impl Debug for Supersaturation
Source§impl PartialEq for Supersaturation
impl PartialEq for Supersaturation
impl StructuralPartialEq for Supersaturation
Auto Trait Implementations§
impl Freeze for Supersaturation
impl RefUnwindSafe for Supersaturation
impl Send for Supersaturation
impl Sync for Supersaturation
impl Unpin for Supersaturation
impl UnwindSafe for Supersaturation
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