pub struct InterfacePortHeaderInterface {
    pub nodes: (Keyword, Option<(Symbol, ModportIdentifier)>),
}Fields§
§nodes: (Keyword, Option<(Symbol, ModportIdentifier)>)Trait Implementations§
Source§impl Clone for InterfacePortHeaderInterface
 
impl Clone for InterfacePortHeaderInterface
Source§fn clone(&self) -> InterfacePortHeaderInterface
 
fn clone(&self) -> InterfacePortHeaderInterface
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 InterfacePortHeaderInterface
 
impl Debug for InterfacePortHeaderInterface
Source§impl<'a> From<&'a InterfacePortHeaderInterface> for RefNode<'a>
 
impl<'a> From<&'a InterfacePortHeaderInterface> for RefNode<'a>
Source§fn from(x: &'a InterfacePortHeaderInterface) -> RefNode<'a>
 
fn from(x: &'a InterfacePortHeaderInterface) -> RefNode<'a>
Converts to this type from the input type.
Source§impl<'a> From<&'a InterfacePortHeaderInterface> for RefNodes<'a>
 
impl<'a> From<&'a InterfacePortHeaderInterface> for RefNodes<'a>
Source§fn from(x: &'a InterfacePortHeaderInterface) -> RefNodes<'a>
 
fn from(x: &'a InterfacePortHeaderInterface) -> RefNodes<'a>
Converts to this type from the input type.
Source§impl From<InterfacePortHeaderInterface> for AnyNode
 
impl From<InterfacePortHeaderInterface> for AnyNode
Source§fn from(x: InterfacePortHeaderInterface) -> AnyNode
 
fn from(x: InterfacePortHeaderInterface) -> AnyNode
Converts to this type from the input type.
Source§impl<'a> IntoIterator for &'a InterfacePortHeaderInterface
 
impl<'a> IntoIterator for &'a InterfacePortHeaderInterface
Source§impl PartialEq for InterfacePortHeaderInterface
 
impl PartialEq for InterfacePortHeaderInterface
Source§fn eq(&self, other: &InterfacePortHeaderInterface) -> bool
 
fn eq(&self, other: &InterfacePortHeaderInterface) -> bool
Tests for 
self and other values to be equal, and is used by ==.Source§impl<'a> TryFrom<&'a InterfacePortHeaderInterface> for Locate
 
impl<'a> TryFrom<&'a InterfacePortHeaderInterface> for Locate
Source§impl TryFrom<InterfacePortHeaderInterface> for Locate
 
impl TryFrom<InterfacePortHeaderInterface> for Locate
impl StructuralPartialEq for InterfacePortHeaderInterface
Auto Trait Implementations§
impl Freeze for InterfacePortHeaderInterface
impl RefUnwindSafe for InterfacePortHeaderInterface
impl Send for InterfacePortHeaderInterface
impl Sync for InterfacePortHeaderInterface
impl Unpin for InterfacePortHeaderInterface
impl UnwindSafe for InterfacePortHeaderInterface
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