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
NLayers: CellIndex_t
NCells: CellIndex_t
LayersProfile: *mut StackLayerType_t
FloorplansProfile: *mut *mut Floorplan_t
Sources: *mut Source_t
Channel: *mut Channel_t
HeatSink: *mut HeatSink_t
Trait Implementations
Derived Implementations
impl Copy for PowerGrid_t
[src]
impl Clone for PowerGrid_t
[src]
fn clone(&self) -> PowerGrid_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