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