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
Cut
Via layer.
Routing
Routing layer.
Trait Implementations
sourceimpl Clone for RoutingLayerType
impl Clone for RoutingLayerType
sourcefn clone(&self) -> RoutingLayerType
fn clone(&self) -> RoutingLayerType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for RoutingLayerType
impl Debug for RoutingLayerType
sourceimpl Hash for RoutingLayerType
impl Hash for RoutingLayerType
sourceimpl PartialEq<RoutingLayerType> for RoutingLayerType
impl PartialEq<RoutingLayerType> for RoutingLayerType
impl Copy for RoutingLayerType
impl Eq for RoutingLayerType
impl StructuralEq for RoutingLayerType
impl StructuralPartialEq for RoutingLayerType
Auto Trait Implementations
impl RefUnwindSafe for RoutingLayerType
impl Send for RoutingLayerType
impl Sync for RoutingLayerType
impl Unpin for RoutingLayerType
impl UnwindSafe for RoutingLayerType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more