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