Struct scir::NetlistLibConversion
source · pub struct NetlistLibConversion {
pub cells: HashMap<CellId, NetlistCellConversion>,
}
Expand description
Metadata associated with the conversion from a SCIR library to a netlist.
Fields§
§cells: HashMap<CellId, NetlistCellConversion>
Conversion metadata for each cell in the SCIR library.
Implementations§
source§impl NetlistLibConversion
impl NetlistLibConversion
sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new NetlistLibConversion
.
Trait Implementations§
source§impl Clone for NetlistLibConversion
impl Clone for NetlistLibConversion
source§fn clone(&self) -> NetlistLibConversion
fn clone(&self) -> NetlistLibConversion
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 NetlistLibConversion
impl Debug for NetlistLibConversion
source§impl Default for NetlistLibConversion
impl Default for NetlistLibConversion
source§fn default() -> NetlistLibConversion
fn default() -> NetlistLibConversion
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for NetlistLibConversion
impl Send for NetlistLibConversion
impl Sync for NetlistLibConversion
impl Unpin for NetlistLibConversion
impl UnwindSafe for NetlistLibConversion
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more