pub struct NetDeclarationNetTypeIdentifier {
    pub nodes: (NetTypeIdentifier, Option<DelayControl>, ListOfNetDeclAssignments, Symbol),
}Fields§
§nodes: (NetTypeIdentifier, Option<DelayControl>, ListOfNetDeclAssignments, Symbol)Trait Implementations§
Source§impl Clone for NetDeclarationNetTypeIdentifier
 
impl Clone for NetDeclarationNetTypeIdentifier
Source§fn clone(&self) -> NetDeclarationNetTypeIdentifier
 
fn clone(&self) -> NetDeclarationNetTypeIdentifier
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<'a> From<&'a NetDeclarationNetTypeIdentifier> for RefNode<'a>
 
impl<'a> From<&'a NetDeclarationNetTypeIdentifier> for RefNode<'a>
Source§fn from(x: &'a NetDeclarationNetTypeIdentifier) -> RefNode<'a>
 
fn from(x: &'a NetDeclarationNetTypeIdentifier) -> RefNode<'a>
Converts to this type from the input type.
Source§impl<'a> From<&'a NetDeclarationNetTypeIdentifier> for RefNodes<'a>
 
impl<'a> From<&'a NetDeclarationNetTypeIdentifier> for RefNodes<'a>
Source§fn from(x: &'a NetDeclarationNetTypeIdentifier) -> RefNodes<'a>
 
fn from(x: &'a NetDeclarationNetTypeIdentifier) -> RefNodes<'a>
Converts to this type from the input type.
Source§impl From<NetDeclarationNetTypeIdentifier> for AnyNode
 
impl From<NetDeclarationNetTypeIdentifier> for AnyNode
Source§fn from(x: NetDeclarationNetTypeIdentifier) -> AnyNode
 
fn from(x: NetDeclarationNetTypeIdentifier) -> AnyNode
Converts to this type from the input type.
Source§impl<'a> IntoIterator for &'a NetDeclarationNetTypeIdentifier
 
impl<'a> IntoIterator for &'a NetDeclarationNetTypeIdentifier
Source§impl<'a> Node<'a> for NetDeclarationNetTypeIdentifier
 
impl<'a> Node<'a> for NetDeclarationNetTypeIdentifier
Source§impl PartialEq for NetDeclarationNetTypeIdentifier
 
impl PartialEq for NetDeclarationNetTypeIdentifier
Source§fn eq(&self, other: &NetDeclarationNetTypeIdentifier) -> bool
 
fn eq(&self, other: &NetDeclarationNetTypeIdentifier) -> bool
Tests for 
self and other values to be equal, and is used by ==.Source§impl<'a> TryFrom<&'a NetDeclarationNetTypeIdentifier> for Locate
 
impl<'a> TryFrom<&'a NetDeclarationNetTypeIdentifier> for Locate
impl StructuralPartialEq for NetDeclarationNetTypeIdentifier
Auto Trait Implementations§
impl Freeze for NetDeclarationNetTypeIdentifier
impl RefUnwindSafe for NetDeclarationNetTypeIdentifier
impl Send for NetDeclarationNetTypeIdentifier
impl Sync for NetDeclarationNetTypeIdentifier
impl Unpin for NetDeclarationNetTypeIdentifier
impl UnwindSafe for NetDeclarationNetTypeIdentifier
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