pub struct NoDirection();
Expand description

A special direction hint that gives no answer to every pin. This is useful if you do not care about the pin direction (e.g. if you are outputting the benchmark statistics only).

Trait Implementations

This function is called from NetlistDB constructor to query the direction of library cell pins. Read more

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.