Struct libreda_lefdef::def_ast::RegularWiring
source · pub struct RegularWiring {
pub class: WiringClass,
pub wiring: Vec<RegularWiringStatement>,
}Expand description
Representation of regular wiring.
Fields§
§class: WiringClassWiring class.
wiring: Vec<RegularWiringStatement>The wiring segments which make this wiring.
Trait Implementations§
source§impl Clone for RegularWiring
impl Clone for RegularWiring
source§fn clone(&self) -> RegularWiring
fn clone(&self) -> RegularWiring
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