Struct threed_ice_sys::FloorplanElement_t
[−]
[src]
pub struct FloorplanElement_t { pub Id: String_t, pub NICElements: Quantity_t, pub ICElements: ICElementList_t, pub Area: ChipDimension_t, pub PowerValues: *mut PowersQueue_t, }
Fields
Id: String_t
NICElements: Quantity_t
ICElements: ICElementList_t
Area: ChipDimension_t
PowerValues: *mut PowersQueue_t
Trait Implementations
Derived Implementations
impl Copy for FloorplanElement_t
[src]
impl Clone for FloorplanElement_t
[src]
fn clone(&self) -> FloorplanElement_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