Struct libreda_db::chip::PinInst
source · [−]pub struct PinInst {
pub template_pin_id: PinId,
pub circuit_inst: CellInstId,
/* private fields */
}Expand description
Instance of a pin.
Fields
template_pin_id: PinIdID of the template pin.
circuit_inst: CellInstIdCircuit instance where this pin instance lives in.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PinInst
impl Send for PinInst
impl Sync for PinInst
impl Unpin for PinInst
impl UnwindSafe for PinInst
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more