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