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