Enum libreda_lefdef::lef_ast::SpacingType
source · pub enum SpacingType {
Range {
min_width: f64,
max_width: f64,
spacing_range_type: Option<SpacingRangeType>,
},
EndOfLine {
eol_width: f64,
eol_widthing: f64,
},
SameNet {
power_ground_only: bool,
},
NotchLength {
min_notch_length: bool,
},
EndOfNotchWidth {
end_of_notch_width: f64,
min_notch_spacing: f64,
min_notch_length: f64,
},
}Variants§
Range
EndOfLine
SameNet
Rule applies only for two shapes of the same net.
NotchLength
EndOfNotchWidth
Trait Implementations§
source§impl Clone for SpacingType
impl Clone for SpacingType
source§fn clone(&self) -> SpacingType
fn clone(&self) -> SpacingType
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