Enum libreda_lefdef::def_ast::NetTerminal
source · pub enum NetTerminal {
ComponentPin {
component_name: String,
pin_name: String,
},
IoPin(String),
}Expand description
An internal pin or external pin of another component where a net can be attached.
Variants§
Trait Implementations§
source§impl Clone for NetTerminal
impl Clone for NetTerminal
source§fn clone(&self) -> NetTerminal
fn clone(&self) -> NetTerminal
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 more