pub enum ModportPortsDeclaration {
Simple(Box<ModportPortsDeclarationSimple, Global>),
Tf(Box<ModportPortsDeclarationTf, Global>),
Clocking(Box<ModportPortsDeclarationClocking, Global>),
}
Variants§
Simple(Box<ModportPortsDeclarationSimple, Global>)
Tf(Box<ModportPortsDeclarationTf, Global>)
Clocking(Box<ModportPortsDeclarationClocking, Global>)
Trait Implementations§
source§impl Clone for ModportPortsDeclaration
impl Clone for ModportPortsDeclaration
source§fn clone(&self) -> ModportPortsDeclaration
fn clone(&self) -> ModportPortsDeclaration
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 ModportPortsDeclaration
impl Debug for ModportPortsDeclaration
source§impl<'a> From<&'a ModportPortsDeclaration> for RefNode<'a>
impl<'a> From<&'a ModportPortsDeclaration> for RefNode<'a>
source§fn from(x: &'a ModportPortsDeclaration) -> RefNode<'a>
fn from(x: &'a ModportPortsDeclaration) -> RefNode<'a>
Converts to this type from the input type.
source§impl<'a> From<&'a ModportPortsDeclaration> for RefNodes<'a>
impl<'a> From<&'a ModportPortsDeclaration> for RefNodes<'a>
source§fn from(x: &'a ModportPortsDeclaration) -> RefNodes<'a>
fn from(x: &'a ModportPortsDeclaration) -> RefNodes<'a>
Converts to this type from the input type.
source§impl From<ModportPortsDeclaration> for AnyNode
impl From<ModportPortsDeclaration> for AnyNode
source§fn from(x: ModportPortsDeclaration) -> AnyNode
fn from(x: ModportPortsDeclaration) -> AnyNode
Converts to this type from the input type.
source§impl<'a> IntoIterator for &'a ModportPortsDeclaration
impl<'a> IntoIterator for &'a ModportPortsDeclaration
source§impl PartialEq<ModportPortsDeclaration> for ModportPortsDeclaration
impl PartialEq<ModportPortsDeclaration> for ModportPortsDeclaration
source§fn eq(&self, other: &ModportPortsDeclaration) -> bool
fn eq(&self, other: &ModportPortsDeclaration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.