pub struct Layout {
pub name: String,
pub insts: Vec<Instance>,
pub elems: Vec<Element>,
pub annotations: Vec<TextElement>,
}
Expand description
Fields§
§name: String
Cell Name
insts: Vec<Instance>
Instances
elems: Vec<Element>
Primitive/ Geometric Elements
annotations: Vec<TextElement>
Text Annotations
Implementations§
Trait Implementations§
impl StructuralPartialEq for Layout
Auto Trait Implementations§
impl Freeze for Layout
impl RefUnwindSafe for Layout
impl Send for Layout
impl Sync for Layout
impl Unpin for Layout
impl UnwindSafe for Layout
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more