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