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
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 !=
.