pub enum SpacingOrDesignRuleWidth {
MinSpacing(f64),
DesignRuleWidth(f64),
}Expand description
Holds either the value of the SPACING argument or DESIGNRULEWIDTH argument of a geometrical layer as used in the LAYER definition in PIN or OBS.
Variants§
MinSpacing(f64)
Minimal allowed spacing between this shape and other shapes.
DesignRuleWidth(f64)
Effective design rule width.
Trait Implementations§
source§impl Clone for SpacingOrDesignRuleWidth
impl Clone for SpacingOrDesignRuleWidth
source§fn clone(&self) -> SpacingOrDesignRuleWidth
fn clone(&self) -> SpacingOrDesignRuleWidth
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