Enum libreda_lefdef::common::PropertyValue
source · pub enum PropertyValue {
Int(i32),
Real(f64),
String(String),
}Expand description
Value of a LEF/DEF property.
Variants§
Trait Implementations§
source§impl Clone for PropertyValue
impl Clone for PropertyValue
source§fn clone(&self) -> PropertyValue
fn clone(&self) -> PropertyValue
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