Struct libreda_db::chip::PinRef[][src]

pub struct PinRef<'a> { /* fields omitted */ }
Expand description

Fat reference to a pin. Includes also a reference to the parent circuit.

Implementations

Get the circuit where this pin lives.

Get a reference to the netlist where this pin lives.

Methods from Deref<Target = Pin>

Get the name of the pin.

Get IO direction of this pin.

Get the circuit where this pin lives.

Get the net that is internally connected to this pin.

Get the unique ID of this pin.

Get the position of this pin in the list of circuit pins.

Trait Implementations

The resulting type after dereferencing.

Dereferences the value.

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

Performs the conversion.

Performs the conversion.

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.