pub struct ModportSimplePortNamed {
    pub nodes: (Symbol, PortIdentifier, Paren<Option<Expression>>),
}Fields§
§nodes: (Symbol, PortIdentifier, Paren<Option<Expression>>)Trait Implementations§
Source§impl Clone for ModportSimplePortNamed
 
impl Clone for ModportSimplePortNamed
Source§fn clone(&self) -> ModportSimplePortNamed
 
fn clone(&self) -> ModportSimplePortNamed
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 Debug for ModportSimplePortNamed
 
impl Debug for ModportSimplePortNamed
Source§impl<'a> From<&'a ModportSimplePortNamed> for RefNode<'a>
 
impl<'a> From<&'a ModportSimplePortNamed> for RefNode<'a>
Source§fn from(x: &'a ModportSimplePortNamed) -> RefNode<'a>
 
fn from(x: &'a ModportSimplePortNamed) -> RefNode<'a>
Converts to this type from the input type.
Source§impl<'a> From<&'a ModportSimplePortNamed> for RefNodes<'a>
 
impl<'a> From<&'a ModportSimplePortNamed> for RefNodes<'a>
Source§fn from(x: &'a ModportSimplePortNamed) -> RefNodes<'a>
 
fn from(x: &'a ModportSimplePortNamed) -> RefNodes<'a>
Converts to this type from the input type.
Source§impl From<ModportSimplePortNamed> for AnyNode
 
impl From<ModportSimplePortNamed> for AnyNode
Source§fn from(x: ModportSimplePortNamed) -> AnyNode
 
fn from(x: ModportSimplePortNamed) -> AnyNode
Converts to this type from the input type.
Source§impl<'a> IntoIterator for &'a ModportSimplePortNamed
 
impl<'a> IntoIterator for &'a ModportSimplePortNamed
Source§impl PartialEq for ModportSimplePortNamed
 
impl PartialEq for ModportSimplePortNamed
Source§impl<'a> TryFrom<&'a ModportSimplePortNamed> for Locate
 
impl<'a> TryFrom<&'a ModportSimplePortNamed> for Locate
Source§impl TryFrom<AnyNode> for ModportSimplePortNamed
 
impl TryFrom<AnyNode> for ModportSimplePortNamed
Source§impl TryFrom<ModportSimplePortNamed> for Locate
 
impl TryFrom<ModportSimplePortNamed> for Locate
impl StructuralPartialEq for ModportSimplePortNamed
Auto Trait Implementations§
impl Freeze for ModportSimplePortNamed
impl RefUnwindSafe for ModportSimplePortNamed
impl Send for ModportSimplePortNamed
impl Sync for ModportSimplePortNamed
impl Unpin for ModportSimplePortNamed
impl UnwindSafe for ModportSimplePortNamed
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