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