Enum libreda_lefdef::lef_ast::SpacingRangeType
source · pub enum SpacingRangeType {
UseLengthThreshold,
Influence {
influence_length: f64,
},
}Variants§
Trait Implementations§
source§impl Clone for SpacingRangeType
impl Clone for SpacingRangeType
source§fn clone(&self) -> SpacingRangeType
fn clone(&self) -> SpacingRangeType
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