Struct libreda_db::chip::NetRef [−][src]
pub struct NetRef<'a> { /* fields omitted */ }
Expand description
Fat reference to a net. Includes also a reference to the parent circuit.
Implementations
Get the circuit where this net lives.
Iterate over all external pin IDs connected to this net.
Iterate over all internal pin instance IDs connected to this net.
Iterate over all external pins connected to this net.
Iterate over all internal pins instances connected to this net.
Trait Implementations
Auto Trait Implementations
impl<'a> !RefUnwindSafe for NetRef<'a>
impl<'a> !UnwindSafe for NetRef<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more