Struct aga8::Composition
source · [−]#[repr(C)]pub struct Composition {Show 21 fields
pub methane: f64,
pub nitrogen: f64,
pub carbon_dioxide: f64,
pub ethane: f64,
pub propane: f64,
pub isobutane: f64,
pub n_butane: f64,
pub isopentane: f64,
pub n_pentane: f64,
pub hexane: f64,
pub heptane: f64,
pub octane: f64,
pub nonane: f64,
pub decane: f64,
pub hydrogen: f64,
pub oxygen: f64,
pub carbon_monoxide: f64,
pub water: f64,
pub hydrogen_sulfide: f64,
pub helium: f64,
pub argon: f64,
}Fields
methane: f64nitrogen: f64carbon_dioxide: f64ethane: f64propane: f64isobutane: f64n_butane: f64isopentane: f64n_pentane: f64hexane: f64heptane: f64octane: f64nonane: f64decane: f64hydrogen: f64oxygen: f64carbon_monoxide: f64water: f64hydrogen_sulfide: f64helium: f64argon: f64Trait Implementations
sourceimpl Default for Composition
impl Default for Composition
sourcefn default() -> Composition
fn default() -> Composition
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for Composition
impl Send for Composition
impl Sync for Composition
impl Unpin for Composition
impl UnwindSafe for Composition
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more