Struct libreda_db::chip::CellInstId [−][src]
pub struct CellInstId(_);
Expand description
Circuit instance identifier.
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 CellInstId
impl Send for CellInstId
impl Sync for CellInstId
impl Unpin for CellInstId
impl UnwindSafe for CellInstId
Blanket Implementations
Mutably borrows from an owned value. Read more