Struct libreda_db::reference_access::CellRef[][src]

pub struct CellRef<'a, H: HierarchyBase + ?Sized> { /* fields omitted */ }
Expand description

A reference to a cell. This is just a wrapper around a netlist and a cell ID.

Implementations

Access the base structure.

Get the ID of this cell.

Get the name of the cell.

Iterate over the IDs of all child instances.

Iterate over all child instances.

Iterate over the IDs of all instances of this cell.

Iterate over the of all instances of this cell.

Iterate over all dependencies of this cell.

Iterate over all cells that directly depend on this cell.

Get the number of cell instances inside the cell.

Iterate over the IDs of all pins of this cell.

Iterate over all pins of this cell.

Iterate over all input pins of this cell.

Iterate over all output pins of this cell.

Find a pin by it’s name.

Iterate over all nets that live directly in this cell.

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.