Enum libreda_lefdef::def_ast::RegionType
source · pub enum RegionType {
Fence,
Guide,
}Expand description
Type of the region. A region defines a physical are where components should be placed. Fence regions force components to be placed inside, guides are not hard constraints.
Variants§
Fence
Hard constraint. Only components assigned to this region are allowed to be placed here.
Guide
Soft constraint (can be violated if necessary).
Trait Implementations§
source§impl Clone for RegionType
impl Clone for RegionType
source§fn clone(&self) -> RegionType
fn clone(&self) -> RegionType
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 RegionType
impl Debug for RegionType
source§impl Display for RegionType
impl Display for RegionType
source§impl FromStr for RegionType
impl FromStr for RegionType
source§impl PartialEq<RegionType> for RegionType
impl PartialEq<RegionType> for RegionType
source§fn eq(&self, other: &RegionType) -> bool
fn eq(&self, other: &RegionType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.