Struct threed_ice::Floorplan
[−]
[src]
pub struct Floorplan {
pub elements: Vec<FloorplanElement>,
}The floorplan of the source layer of a die.
Fields
elements: Vec<FloorplanElement>
The list of elements.
Trait Implementations
Derived Implementations
impl PartialEq for Floorplan[src]
fn eq(&self, __arg_0: &Floorplan) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Floorplan) -> bool
This method tests for !=.
impl Debug for Floorplan[src]
impl Clone for Floorplan[src]
fn clone(&self) -> Floorplan
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