Struct threed_ice_sys::ThermalData_t [] [src]

pub struct ThermalData_t {
    pub Temperatures: *mut Temperature_t,
    pub ThermalGrid: ThermalGrid_t,
    pub PowerGrid: PowerGrid_t,
    pub Size: CellIndex_t,
    pub SM_A: SystemMatrix_t,
    pub SLUMatrix_B: SuperMatrix,
}

Fields

Trait Implementations

impl Copy for ThermalData_t
[src]

impl Clone for ThermalData_t
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more