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