pub struct PinRef<'a> { /* fields omitted */ }
Expand description
Fat reference to a pin. Includes also a reference to the parent circuit.
Get the circuit where this pin lives.
Get a reference to the netlist where this pin lives.
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.
The resulting type after dereferencing.
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.