Struct sv_parser_syntaxtree::declarations::interface_declarations::ModportSimplePortOrdered
source · [−]pub struct ModportSimplePortOrdered {
pub nodes: (PortIdentifier,),
}Fields
nodes: (PortIdentifier,)Trait Implementations
sourceimpl Clone for ModportSimplePortOrdered
impl Clone for ModportSimplePortOrdered
sourcefn clone(&self) -> ModportSimplePortOrdered
fn clone(&self) -> ModportSimplePortOrdered
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for ModportSimplePortOrdered
impl Debug for ModportSimplePortOrdered
sourceimpl<'a> From<&'a ModportSimplePortOrdered> for RefNodes<'a>
impl<'a> From<&'a ModportSimplePortOrdered> for RefNodes<'a>
sourcefn from(x: &'a ModportSimplePortOrdered) -> Self
fn from(x: &'a ModportSimplePortOrdered) -> Self
Converts to this type from the input type.
sourceimpl<'a> From<&'a ModportSimplePortOrdered> for RefNode<'a>
impl<'a> From<&'a ModportSimplePortOrdered> for RefNode<'a>
sourcefn from(x: &'a ModportSimplePortOrdered) -> Self
fn from(x: &'a ModportSimplePortOrdered) -> Self
Converts to this type from the input type.
sourceimpl From<ModportSimplePortOrdered> for AnyNode
impl From<ModportSimplePortOrdered> for AnyNode
sourcefn from(x: ModportSimplePortOrdered) -> Self
fn from(x: ModportSimplePortOrdered) -> Self
Converts to this type from the input type.
sourceimpl<'a> IntoIterator for &'a ModportSimplePortOrdered
impl<'a> IntoIterator for &'a ModportSimplePortOrdered
sourceimpl PartialEq<ModportSimplePortOrdered> for ModportSimplePortOrdered
impl PartialEq<ModportSimplePortOrdered> for ModportSimplePortOrdered
sourcefn eq(&self, other: &ModportSimplePortOrdered) -> bool
fn eq(&self, other: &ModportSimplePortOrdered) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &ModportSimplePortOrdered) -> bool
fn ne(&self, other: &ModportSimplePortOrdered) -> bool
This method tests for !=.
sourceimpl<'a> TryFrom<&'a ModportSimplePortOrdered> for Locate
impl<'a> TryFrom<&'a ModportSimplePortOrdered> for Locate
sourceimpl TryFrom<AnyNode> for ModportSimplePortOrdered
impl TryFrom<AnyNode> for ModportSimplePortOrdered
sourceimpl TryFrom<ModportSimplePortOrdered> for Locate
impl TryFrom<ModportSimplePortOrdered> for Locate
impl StructuralPartialEq for ModportSimplePortOrdered
Auto Trait Implementations
impl RefUnwindSafe for ModportSimplePortOrdered
impl Send for ModportSimplePortOrdered
impl Sync for ModportSimplePortOrdered
impl Unpin for ModportSimplePortOrdered
impl UnwindSafe for ModportSimplePortOrdered
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more