pub struct OutputGraph {
pub mcs: ObjPool<OutputGraphMacrocell>,
pub pterms: ObjPool<OutputGraphPTerm>,
pub bufg_clks: ObjPool<OutputGraphBufgClk>,
pub bufg_gts: ObjPool<OutputGraphBufgGTS>,
pub bufg_gsr: ObjPool<OutputGraphBufgGSR>,
pub zia: Vec<PARZIAAssignment>,
}
Fields§
§mcs: ObjPool<OutputGraphMacrocell>
§pterms: ObjPool<OutputGraphPTerm>
§bufg_clks: ObjPool<OutputGraphBufgClk>
§bufg_gts: ObjPool<OutputGraphBufgGTS>
§bufg_gsr: ObjPool<OutputGraphBufgGSR>
§zia: Vec<PARZIAAssignment>
Implementations§
Source§impl OutputGraph
impl OutputGraph
pub fn from_input_graph(gi: &InputGraph) -> Self
Trait Implementations§
Source§impl Clone for OutputGraph
impl Clone for OutputGraph
Source§fn clone(&self) -> OutputGraph
fn clone(&self) -> OutputGraph
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 OutputGraph
impl Debug for OutputGraph
Source§impl<'de> Deserialize<'de> for OutputGraph
impl<'de> Deserialize<'de> for OutputGraph
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 Hash for OutputGraph
impl Hash for OutputGraph
Source§impl PartialEq for OutputGraph
impl PartialEq for OutputGraph
Source§impl Serialize for OutputGraph
impl Serialize for OutputGraph
impl Eq for OutputGraph
impl StructuralPartialEq for OutputGraph
Auto Trait Implementations§
impl Freeze for OutputGraph
impl RefUnwindSafe for OutputGraph
impl Send for OutputGraph
impl Sync for OutputGraph
impl Unpin for OutputGraph
impl UnwindSafe for OutputGraph
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