Enum libreda_db::technology::layerstack::RoutingLayerType
source · [−]pub enum RoutingLayerType<LayerId> {
Cut(LayerId),
Routing(LayerId),
}Expand description
Annotate a layer ID as ‘via’ or ‘routing’ layer.
Variants
Cut(LayerId)
Via layer.
Routing(LayerId)
Routing layer.
Auto Trait Implementations
impl<LayerId> RefUnwindSafe for RoutingLayerType<LayerId> where
LayerId: RefUnwindSafe,
impl<LayerId> Send for RoutingLayerType<LayerId> where
LayerId: Send,
impl<LayerId> Sync for RoutingLayerType<LayerId> where
LayerId: Sync,
impl<LayerId> Unpin for RoutingLayerType<LayerId> where
LayerId: Unpin,
impl<LayerId> UnwindSafe for RoutingLayerType<LayerId> where
LayerId: UnwindSafe,
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