Struct threed_ice_sys::PowerGrid_t [] [src]

pub struct PowerGrid_t {
    pub NLayers: CellIndex_t,
    pub NCells: CellIndex_t,
    pub LayersProfile: *mut StackLayerType_t,
    pub FloorplansProfile: *mut *mut Floorplan_t,
    pub Sources: *mut Source_t,
    pub Channel: *mut Channel_t,
    pub HeatSink: *mut HeatSink_t,
}

Fields

Trait Implementations

impl Copy for PowerGrid_t
[src]

impl Clone for PowerGrid_t
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more