Struct threed_ice_sys::Die_t
[−]
[src]
pub struct Die_t { pub Id: String_t, pub NLayers: CellIndex_t, pub SourceLayerOffset: CellIndex_t, pub Layers: LayerList_t, pub Floorplan: Floorplan_t, }
Fields
Id: String_t
NLayers: CellIndex_t
SourceLayerOffset: CellIndex_t
Layers: LayerList_t
Floorplan: Floorplan_t
Trait Implementations
Derived Implementations
impl Copy for Die_t
[src]
impl Clone for Die_t
[src]
fn clone(&self) -> Die_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