Struct threed_ice_sys::Analysis_t [] [src]

pub struct Analysis_t {
    pub AnalysisType: AnalysisType_t,
    pub StepTime: Time_t,
    pub SlotTime: Time_t,
    pub SlotLength: Quantity_t,
    pub CurrentTime: Quantity_t,
    pub InitialTemperature: Temperature_t,
}

Fields

AnalysisType: AnalysisType_t StepTime: Time_t SlotTime: Time_t SlotLength: Quantity_t CurrentTime: Quantity_t InitialTemperature: Temperature_t

Trait Implementations

Derived Implementations

impl Copy for Analysis_t
[src]

impl Clone for Analysis_t
[src]

fn clone(&self) -> Analysis_t

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more