Struct sounding_analysis::ParcelAnalysis [−][src]
pub struct ParcelAnalysis { /* fields omitted */ }Parcel analysis, this is a way to package the analysis of a parcel.
Methods
impl ParcelAnalysis[src]
impl ParcelAnalysispub fn new(parcel: Parcel, profile: ParcelProfile) -> Self[src]
pub fn new(parcel: Parcel, profile: ParcelProfile) -> SelfCreate a new empty Analysis.
pub fn set_index<T>(self, var: ParcelIndex, value: T) -> Self where
Option<f64>: From<T>, [src]
pub fn set_index<T>(self, var: ParcelIndex, value: T) -> Self where
Option<f64>: From<T>, Set a value in the analysis
pub fn get_index(&self, var: ParcelIndex) -> Option<f64>[src]
pub fn get_index(&self, var: ParcelIndex) -> Option<f64>Method to retrieve value from analysis.
Trait Implementations
impl Debug for ParcelAnalysis[src]
impl Debug for ParcelAnalysisfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for ParcelAnalysis[src]
impl Clone for ParcelAnalysisfn clone(&self) -> ParcelAnalysis[src]
fn clone(&self) -> ParcelAnalysisReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for ParcelAnalysis
impl Send for ParcelAnalysisimpl Sync for ParcelAnalysis
impl Sync for ParcelAnalysis