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 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 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<'a> TryFrom<&'a ModportTfPortsDeclaration> for Locate
 
impl<'a> TryFrom<&'a ModportTfPortsDeclaration> for Locate
Source§impl TryFrom<AnyNode> for ModportTfPortsDeclaration
 
impl TryFrom<AnyNode> for ModportTfPortsDeclaration
Source§impl TryFrom<ModportTfPortsDeclaration> for Locate
 
impl TryFrom<ModportTfPortsDeclaration> for Locate
impl StructuralPartialEq for ModportTfPortsDeclaration
Auto Trait Implementations§
impl Freeze for ModportTfPortsDeclaration
impl RefUnwindSafe for ModportTfPortsDeclaration
impl Send for ModportTfPortsDeclaration
impl Sync for ModportTfPortsDeclaration
impl Unpin for ModportTfPortsDeclaration
impl UnwindSafe for ModportTfPortsDeclaration
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