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