pub struct NetDeclAssignment {
pub nodes: (NetIdentifier, Vec<UnpackedDimension>, Option<(Symbol, Expression)>),
}Fields
nodes: (NetIdentifier, Vec<UnpackedDimension>, Option<(Symbol, Expression)>)Trait Implementations
sourceimpl Clone for NetDeclAssignment
impl Clone for NetDeclAssignment
sourcefn clone(&self) -> NetDeclAssignment
fn clone(&self) -> NetDeclAssignment
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for NetDeclAssignment
impl Debug for NetDeclAssignment
sourceimpl<'a> From<&'a NetDeclAssignment> for RefNode<'a>
impl<'a> From<&'a NetDeclAssignment> for RefNode<'a>
sourcefn from(x: &'a NetDeclAssignment) -> Self
fn from(x: &'a NetDeclAssignment) -> Self
Converts to this type from the input type.
sourceimpl<'a> From<&'a NetDeclAssignment> for RefNodes<'a>
impl<'a> From<&'a NetDeclAssignment> for RefNodes<'a>
sourcefn from(x: &'a NetDeclAssignment) -> Self
fn from(x: &'a NetDeclAssignment) -> Self
Converts to this type from the input type.
sourceimpl From<NetDeclAssignment> for AnyNode
impl From<NetDeclAssignment> for AnyNode
sourcefn from(x: NetDeclAssignment) -> Self
fn from(x: NetDeclAssignment) -> Self
Converts to this type from the input type.
sourceimpl<'a> IntoIterator for &'a NetDeclAssignment
impl<'a> IntoIterator for &'a NetDeclAssignment
sourceimpl PartialEq<NetDeclAssignment> for NetDeclAssignment
impl PartialEq<NetDeclAssignment> for NetDeclAssignment
sourcefn eq(&self, other: &NetDeclAssignment) -> bool
fn eq(&self, other: &NetDeclAssignment) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &NetDeclAssignment) -> bool
fn ne(&self, other: &NetDeclAssignment) -> bool
This method tests for !=.
sourceimpl<'a> TryFrom<&'a NetDeclAssignment> for Locate
impl<'a> TryFrom<&'a NetDeclAssignment> for Locate
sourceimpl TryFrom<AnyNode> for NetDeclAssignment
impl TryFrom<AnyNode> for NetDeclAssignment
sourceimpl TryFrom<NetDeclAssignment> for Locate
impl TryFrom<NetDeclAssignment> for Locate
impl StructuralPartialEq for NetDeclAssignment
Auto Trait Implementations
impl RefUnwindSafe for NetDeclAssignment
impl Send for NetDeclAssignment
impl Sync for NetDeclAssignment
impl Unpin for NetDeclAssignment
impl UnwindSafe for NetDeclAssignment
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more