Struct threed_ice::Analysis [] [src]

pub struct Analysis {
    // some fields omitted
}

Temperature analysis.

Methods

impl Analysis
[src]

fn kind(&self) -> AnalysisType

Return the type.

Trait Implementations

impl Drop for Analysis
[src]

fn drop(&mut self)

A method called when the value goes out of scope. Read more