Struct libreda_db::chip::PinInstId
source · [−]pub struct PinInstId(_);Expand description
Pin instance identifier.
Trait Implementations
sourceimpl From<PinInstId> for TerminalId
impl From<PinInstId> for TerminalId
impl Copy for PinInstId
impl Eq for PinInstId
impl StructuralEq for PinInstId
impl StructuralPartialEq for PinInstId
Auto Trait Implementations
impl RefUnwindSafe for PinInstId
impl Send for PinInstId
impl Sync for PinInstId
impl Unpin for PinInstId
impl UnwindSafe for PinInstId
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