Enum libreda_db::technology::layerstack::RoutingLayerType
source · pub enum RoutingLayerType {
Cut,
Routing,
}
Expand description
A routing layer is either a ‘via’ or ‘routing/metal’ layer.
Variants§
Trait Implementations§
source§impl Clone for RoutingLayerType
impl Clone for RoutingLayerType
source§fn clone(&self) -> RoutingLayerType
fn clone(&self) -> RoutingLayerType
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 RoutingLayerType
impl Debug for RoutingLayerType
source§impl Hash for RoutingLayerType
impl Hash for RoutingLayerType
source§impl PartialEq<RoutingLayerType> for RoutingLayerType
impl PartialEq<RoutingLayerType> for RoutingLayerType
source§fn eq(&self, other: &RoutingLayerType) -> bool
fn eq(&self, other: &RoutingLayerType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.