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