Enum libreda_db::chip::TerminalId
source · [−]Expand description
Either a pin or pin instance identifier.
Variants
Pin(PinId)
Terminal is a pin.
PinInst(PinInstId)
Terminal is a pin instance.
Trait Implementations
sourceimpl Clone for TerminalId
impl Clone for TerminalId
sourcefn clone(&self) -> TerminalId
fn clone(&self) -> TerminalId
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for TerminalId
impl Debug for TerminalId
sourceimpl From<PinId> for TerminalId
impl From<PinId> for TerminalId
sourceimpl From<PinInstId> for TerminalId
impl From<PinInstId> for TerminalId
sourceimpl Hash for TerminalId
impl Hash for TerminalId
sourceimpl PartialEq<TerminalId> for TerminalId
impl PartialEq<TerminalId> for TerminalId
sourcefn eq(&self, other: &TerminalId) -> bool
fn eq(&self, other: &TerminalId) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &TerminalId) -> bool
fn ne(&self, other: &TerminalId) -> bool
This method tests for !=.
impl Copy for TerminalId
impl Eq for TerminalId
impl StructuralEq for TerminalId
impl StructuralPartialEq for TerminalId
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
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