pub struct LEFDesignRuleAdapter<'a, L: LayoutBase> { /* private fields */ }
Expand description

Provides standardized read access to the design-rules defined in a LEF structure.

Implementations

Create a new design rule adapter for a LEF data structure. Derives the mapping from layer IDs and LEF layers based on the layer names.

Create a new design rule adapter for a LEF data structure with a custom mapping between layer names and layer IDs.

Trait Implementations

Absolute minimum spacing between two shapes on the layer.

Minimum spacing between two shapes on the layer dependent on the geometries.

Minimal width of a shape with a certain length.

Identifier type for layers.

Get the stack of routing and via layers in process order.

Get the stack of routing metal layers in process order.

Get the stack of via layers in process order.

Type used as layer identifier.

Type used to express distances.

Type used to express areas.

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.