Struct sv_parser_syntaxtree::declarations::interface_declarations::ModportSimplePortNamed
source · [−]pub struct ModportSimplePortNamed {
pub nodes: (Symbol, PortIdentifier, Paren<Option<Expression>>),
}Fields
nodes: (Symbol, PortIdentifier, Paren<Option<Expression>>)Trait Implementations
sourceimpl Clone for ModportSimplePortNamed
impl Clone for ModportSimplePortNamed
sourcefn clone(&self) -> ModportSimplePortNamed
fn clone(&self) -> ModportSimplePortNamed
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 ModportSimplePortNamed
impl Debug for ModportSimplePortNamed
sourceimpl<'a> From<&'a ModportSimplePortNamed> for RefNode<'a>
impl<'a> From<&'a ModportSimplePortNamed> for RefNode<'a>
sourcefn from(x: &'a ModportSimplePortNamed) -> Self
fn from(x: &'a ModportSimplePortNamed) -> Self
Converts to this type from the input type.
sourceimpl<'a> From<&'a ModportSimplePortNamed> for RefNodes<'a>
impl<'a> From<&'a ModportSimplePortNamed> for RefNodes<'a>
sourcefn from(x: &'a ModportSimplePortNamed) -> Self
fn from(x: &'a ModportSimplePortNamed) -> Self
Converts to this type from the input type.
sourceimpl From<ModportSimplePortNamed> for AnyNode
impl From<ModportSimplePortNamed> for AnyNode
sourcefn from(x: ModportSimplePortNamed) -> Self
fn from(x: ModportSimplePortNamed) -> Self
Converts to this type from the input type.
sourceimpl<'a> IntoIterator for &'a ModportSimplePortNamed
impl<'a> IntoIterator for &'a ModportSimplePortNamed
sourceimpl PartialEq<ModportSimplePortNamed> for ModportSimplePortNamed
impl PartialEq<ModportSimplePortNamed> for ModportSimplePortNamed
sourcefn eq(&self, other: &ModportSimplePortNamed) -> bool
fn eq(&self, other: &ModportSimplePortNamed) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &ModportSimplePortNamed) -> bool
fn ne(&self, other: &ModportSimplePortNamed) -> bool
This method tests for !=.
sourceimpl<'a> TryFrom<&'a ModportSimplePortNamed> for Locate
impl<'a> TryFrom<&'a ModportSimplePortNamed> for Locate
sourceimpl TryFrom<AnyNode> for ModportSimplePortNamed
impl TryFrom<AnyNode> for ModportSimplePortNamed
sourceimpl TryFrom<ModportSimplePortNamed> for Locate
impl TryFrom<ModportSimplePortNamed> for Locate
impl StructuralPartialEq for ModportSimplePortNamed
Auto Trait Implementations
impl RefUnwindSafe for ModportSimplePortNamed
impl Send for ModportSimplePortNamed
impl Sync for ModportSimplePortNamed
impl Unpin for ModportSimplePortNamed
impl UnwindSafe for ModportSimplePortNamed
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