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