pub enum DEFPropertyObjectType {
Component,
ComponentPin,
Design,
Group,
Net,
NonDefaultRule,
Region,
Row,
SpecialNet,
}Expand description
Type of parent object of the property.
Variants§
Component
Property belongs to a component.
ComponentPin
Property belongs to a pin of a component.
Design
Property belongs to the design.
Group
Property belongs to a group.
Net
Property belongs to a net.
NonDefaultRule
Property belongs to a ‘non-default-rule’.
Region
Property belongs to a region.
Row
Property belongs to a row.
SpecialNet
Property belongs to a special net.
Trait Implementations§
source§impl Clone for DEFPropertyObjectType
impl Clone for DEFPropertyObjectType
source§fn clone(&self) -> DEFPropertyObjectType
fn clone(&self) -> DEFPropertyObjectType
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 moresource§impl Debug for DEFPropertyObjectType
impl Debug for DEFPropertyObjectType
source§impl Display for DEFPropertyObjectType
impl Display for DEFPropertyObjectType
source§impl FromStr for DEFPropertyObjectType
impl FromStr for DEFPropertyObjectType
source§impl PartialEq<DEFPropertyObjectType> for DEFPropertyObjectType
impl PartialEq<DEFPropertyObjectType> for DEFPropertyObjectType
source§fn eq(&self, other: &DEFPropertyObjectType) -> bool
fn eq(&self, other: &DEFPropertyObjectType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.