pub struct ModportSimplePortsDeclaration {
    pub nodes: (PortDirection, List<Symbol, ModportSimplePort>),
}Fields§
§nodes: (PortDirection, List<Symbol, ModportSimplePort>)Trait Implementations§
Source§impl Clone for ModportSimplePortsDeclaration
 
impl Clone for ModportSimplePortsDeclaration
Source§fn clone(&self) -> ModportSimplePortsDeclaration
 
fn clone(&self) -> ModportSimplePortsDeclaration
Returns a duplicate 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 ModportSimplePortsDeclaration> for RefNode<'a>
 
impl<'a> From<&'a ModportSimplePortsDeclaration> for RefNode<'a>
Source§fn from(x: &'a ModportSimplePortsDeclaration) -> RefNode<'a>
 
fn from(x: &'a ModportSimplePortsDeclaration) -> RefNode<'a>
Converts to this type from the input type.
Source§impl<'a> From<&'a ModportSimplePortsDeclaration> for RefNodes<'a>
 
impl<'a> From<&'a ModportSimplePortsDeclaration> for RefNodes<'a>
Source§fn from(x: &'a ModportSimplePortsDeclaration) -> RefNodes<'a>
 
fn from(x: &'a ModportSimplePortsDeclaration) -> RefNodes<'a>
Converts to this type from the input type.
Source§impl From<ModportSimplePortsDeclaration> for AnyNode
 
impl From<ModportSimplePortsDeclaration> for AnyNode
Source§fn from(x: ModportSimplePortsDeclaration) -> AnyNode
 
fn from(x: ModportSimplePortsDeclaration) -> AnyNode
Converts to this type from the input type.
Source§impl<'a> IntoIterator for &'a ModportSimplePortsDeclaration
 
impl<'a> IntoIterator for &'a ModportSimplePortsDeclaration
Source§impl PartialEq for ModportSimplePortsDeclaration
 
impl PartialEq for ModportSimplePortsDeclaration
Source§fn eq(&self, other: &ModportSimplePortsDeclaration) -> bool
 
fn eq(&self, other: &ModportSimplePortsDeclaration) -> bool
Tests for 
self and other values to be equal, and is used by ==.Source§impl<'a> TryFrom<&'a ModportSimplePortsDeclaration> for Locate
 
impl<'a> TryFrom<&'a ModportSimplePortsDeclaration> for Locate
impl StructuralPartialEq for ModportSimplePortsDeclaration
Auto Trait Implementations§
impl Freeze for ModportSimplePortsDeclaration
impl RefUnwindSafe for ModportSimplePortsDeclaration
impl Send for ModportSimplePortsDeclaration
impl Sync for ModportSimplePortsDeclaration
impl Unpin for ModportSimplePortsDeclaration
impl UnwindSafe for ModportSimplePortsDeclaration
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more