Struct libreda_lefdef::lef_impl::CellInstId
source · pub struct CellInstId(pub(crate) String);Expand description
ID of a component instance.
Tuple Fields§
§0: StringTrait 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 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 ==.