pub struct NetDeclarationInterconnect {
    pub nodes: (Keyword, ImplicitDataType, Option<(Symbol, DelayValue)>, NetIdentifier, Vec<UnpackedDimension>, Option<(Symbol, NetIdentifier, Vec<UnpackedDimension>)>, Symbol),
}Fields§
§nodes: (Keyword, ImplicitDataType, Option<(Symbol, DelayValue)>, NetIdentifier, Vec<UnpackedDimension>, Option<(Symbol, NetIdentifier, Vec<UnpackedDimension>)>, Symbol)Trait Implementations§
Source§impl Clone for NetDeclarationInterconnect
 
impl Clone for NetDeclarationInterconnect
Source§fn clone(&self) -> NetDeclarationInterconnect
 
fn clone(&self) -> NetDeclarationInterconnect
Returns a duplicate 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 NetDeclarationInterconnect
 
impl Debug for NetDeclarationInterconnect
Source§impl<'a> From<&'a NetDeclarationInterconnect> for RefNode<'a>
 
impl<'a> From<&'a NetDeclarationInterconnect> for RefNode<'a>
Source§fn from(x: &'a NetDeclarationInterconnect) -> RefNode<'a>
 
fn from(x: &'a NetDeclarationInterconnect) -> RefNode<'a>
Converts to this type from the input type.
Source§impl<'a> From<&'a NetDeclarationInterconnect> for RefNodes<'a>
 
impl<'a> From<&'a NetDeclarationInterconnect> for RefNodes<'a>
Source§fn from(x: &'a NetDeclarationInterconnect) -> RefNodes<'a>
 
fn from(x: &'a NetDeclarationInterconnect) -> RefNodes<'a>
Converts to this type from the input type.
Source§impl From<NetDeclarationInterconnect> for AnyNode
 
impl From<NetDeclarationInterconnect> for AnyNode
Source§fn from(x: NetDeclarationInterconnect) -> AnyNode
 
fn from(x: NetDeclarationInterconnect) -> AnyNode
Converts to this type from the input type.
Source§impl<'a> IntoIterator for &'a NetDeclarationInterconnect
 
impl<'a> IntoIterator for &'a NetDeclarationInterconnect
Source§impl<'a> TryFrom<&'a NetDeclarationInterconnect> for Locate
 
impl<'a> TryFrom<&'a NetDeclarationInterconnect> for Locate
Source§impl TryFrom<AnyNode> for NetDeclarationInterconnect
 
impl TryFrom<AnyNode> for NetDeclarationInterconnect
Source§impl TryFrom<NetDeclarationInterconnect> for Locate
 
impl TryFrom<NetDeclarationInterconnect> for Locate
impl StructuralPartialEq for NetDeclarationInterconnect
Auto Trait Implementations§
impl Freeze for NetDeclarationInterconnect
impl RefUnwindSafe for NetDeclarationInterconnect
impl Send for NetDeclarationInterconnect
impl Sync for NetDeclarationInterconnect
impl Unpin for NetDeclarationInterconnect
impl UnwindSafe for NetDeclarationInterconnect
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