Struct libreda_db::chip::PinInstRef [−][src]
pub struct PinInstRef<'a> { /* fields omitted */ }
Expand description
Fat reference to a pin instance. Includes also a reference to the parent circuit instance.
Implementations
Get the circuit instance where this pin lives.
Get a reference to the template of this instance.
Methods from Deref<Target = PinInst>
Trait Implementations
Auto Trait Implementations
impl<'a> !RefUnwindSafe for PinInstRef<'a>
impl<'a> !Send for PinInstRef<'a>
impl<'a> !Sync for PinInstRef<'a>
impl<'a> Unpin for PinInstRef<'a>
impl<'a> !UnwindSafe for PinInstRef<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more