Enum libreda_db::chip::TerminalId [−][src]
Expand description
Either a pin or pin instance identifier.
Variants
Pin(PinId)
Terminal is a pin.
Tuple Fields of Pin
0: PinId
PinInst(PinInstId)
Terminal is a pin instance.
Tuple Fields of PinInst
0: PinInstId
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for TerminalId
impl Send for TerminalId
impl Sync for TerminalId
impl Unpin for TerminalId
impl UnwindSafe for TerminalId
Blanket Implementations
Mutably borrows from an owned value. Read more