Struct libreda_lefdef::def_ast::RegularWiringStatement
source · pub struct RegularWiringStatement {
pub start_layer_name: String,
pub taper_rule: Option<String>,
pub style_num: u32,
pub routing_points: Vec<RoutingPoint>,
}Expand description
Wiring statement which makes up the RegularWiring.
Fields§
§start_layer_name: StringLayer where the wire starts.
taper_rule: Option<String>Name of the taper rule to be used.
style_num: u32Routing style number.
routing_points: Vec<RoutingPoint>Routing path.
Trait Implementations§
source§impl Clone for RegularWiringStatement
impl Clone for RegularWiringStatement
source§fn clone(&self) -> RegularWiringStatement
fn clone(&self) -> RegularWiringStatement
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