Struct libreda_lefdef::lef_ast::MacroPinPort
source · pub struct MacroPinPort {
pub class: Option<PortClass>,
pub geometries: Vec<LayerGeometries>,
}Expand description
PORT definition of a MACRO PIN. A port describes where a pin is geometrically located. A pin can have multiple ports. They are electrically equivalent.
Fields§
§class: Option<PortClass>Type of the port.
geometries: Vec<LayerGeometries>Geometrical shapes and vias that make this port.
Trait Implementations§
source§impl Clone for MacroPinPort
impl Clone for MacroPinPort
source§fn clone(&self) -> MacroPinPort
fn clone(&self) -> MacroPinPort
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for MacroPinPort
impl Debug for MacroPinPort
source§impl Default for MacroPinPort
impl Default for MacroPinPort
source§fn default() -> MacroPinPort
fn default() -> MacroPinPort
Returns the “default value” for a type. Read more