Struct libreda_db::chip::CellInstId
source · pub struct CellInstId(usize);Expand description
Circuit instance identifier.
Tuple Fields§
§0: usizeTrait Implementations§
source§impl Clone for CellInstId
impl Clone for CellInstId
source§fn clone(&self) -> CellInstId
fn clone(&self) -> CellInstId
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for CellInstId
impl Debug for CellInstId
source§impl<'de> Deserialize<'de> for CellInstId
impl<'de> Deserialize<'de> for CellInstId
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl From<usize> for CellInstId
impl From<usize> for CellInstId
source§impl Hash for CellInstId
impl Hash for CellInstId
source§impl PartialEq<CellInstId> for CellInstId
impl PartialEq<CellInstId> for CellInstId
source§fn eq(&self, other: &CellInstId) -> bool
fn eq(&self, other: &CellInstId) -> bool
This method tests for
self and other values to be equal, and is used
by ==.