Struct libreda_db::chip::PinInst [−][src]
pub struct PinInst {
pub template_pin_id: PinId,
pub circuit_inst: CellInstId,
// some fields omitted
}
Expand description
Instance of a pin.
Fields
template_pin_id: PinId
ID of the template pin.
circuit_inst: CellInstId
Circuit instance where this pin instance lives in.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PinInst
impl UnwindSafe for PinInst
Blanket Implementations
Mutably borrows from an owned value. Read more