Struct sv_parser::NamedPortConnectionIdentifier
source · pub struct NamedPortConnectionIdentifier {
pub nodes: (Vec<AttributeInstance, Global>, Symbol, PortIdentifier, Option<Paren<Option<Expression>>>),
}
Fields§
§nodes: (Vec<AttributeInstance, Global>, Symbol, PortIdentifier, Option<Paren<Option<Expression>>>)
Trait Implementations§
source§impl Clone for NamedPortConnectionIdentifier
impl Clone for NamedPortConnectionIdentifier
source§fn clone(&self) -> NamedPortConnectionIdentifier
fn clone(&self) -> NamedPortConnectionIdentifier
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<'a> From<&'a NamedPortConnectionIdentifier> for RefNode<'a>
impl<'a> From<&'a NamedPortConnectionIdentifier> for RefNode<'a>
source§fn from(x: &'a NamedPortConnectionIdentifier) -> RefNode<'a>
fn from(x: &'a NamedPortConnectionIdentifier) -> RefNode<'a>
Converts to this type from the input type.
source§impl<'a> From<&'a NamedPortConnectionIdentifier> for RefNodes<'a>
impl<'a> From<&'a NamedPortConnectionIdentifier> for RefNodes<'a>
source§fn from(x: &'a NamedPortConnectionIdentifier) -> RefNodes<'a>
fn from(x: &'a NamedPortConnectionIdentifier) -> RefNodes<'a>
Converts to this type from the input type.
source§impl From<NamedPortConnectionIdentifier> for AnyNode
impl From<NamedPortConnectionIdentifier> for AnyNode
source§fn from(x: NamedPortConnectionIdentifier) -> AnyNode
fn from(x: NamedPortConnectionIdentifier) -> AnyNode
Converts to this type from the input type.
source§impl<'a> IntoIterator for &'a NamedPortConnectionIdentifier
impl<'a> IntoIterator for &'a NamedPortConnectionIdentifier
source§impl PartialEq<NamedPortConnectionIdentifier> for NamedPortConnectionIdentifier
impl PartialEq<NamedPortConnectionIdentifier> for NamedPortConnectionIdentifier
source§fn eq(&self, other: &NamedPortConnectionIdentifier) -> bool
fn eq(&self, other: &NamedPortConnectionIdentifier) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.