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