pub struct RoutingLayer<LayerId> { /* private fields */ }
Expand description

Annotate a layer ID as ‘via’ or ‘routing’ layer.

Implementations

Associate a layer ID with a layer type.

Get the a reference to the ID of the layer.

Get the ID of the layer.

Type of the layer.

Check if layer is a via/cut layer.

Check if layer is a metal layer.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.