pub struct TimingCheckEvent {
    pub nodes: (Option<TimingCheckEventControl>, SpecifyTerminalDescriptor, Option<(Symbol, TimingCheckCondition)>),
}Fields§
§nodes: (Option<TimingCheckEventControl>, SpecifyTerminalDescriptor, Option<(Symbol, TimingCheckCondition)>)Trait Implementations§
Source§impl Clone for TimingCheckEvent
 
impl Clone for TimingCheckEvent
Source§fn clone(&self) -> TimingCheckEvent
 
fn clone(&self) -> TimingCheckEvent
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreSource§impl Debug for TimingCheckEvent
 
impl Debug for TimingCheckEvent
Source§impl<'a> From<&'a TimingCheckEvent> for RefNode<'a>
 
impl<'a> From<&'a TimingCheckEvent> for RefNode<'a>
Source§fn from(x: &'a TimingCheckEvent) -> Self
 
fn from(x: &'a TimingCheckEvent) -> Self
Converts to this type from the input type.
Source§impl<'a> From<&'a TimingCheckEvent> for RefNodes<'a>
 
impl<'a> From<&'a TimingCheckEvent> for RefNodes<'a>
Source§fn from(x: &'a TimingCheckEvent) -> Self
 
fn from(x: &'a TimingCheckEvent) -> Self
Converts to this type from the input type.
Source§impl From<TimingCheckEvent> for AnyNode
 
impl From<TimingCheckEvent> for AnyNode
Source§fn from(x: TimingCheckEvent) -> Self
 
fn from(x: TimingCheckEvent) -> Self
Converts to this type from the input type.
Source§impl<'a> IntoIterator for &'a TimingCheckEvent
 
impl<'a> IntoIterator for &'a TimingCheckEvent
Source§impl PartialEq for TimingCheckEvent
 
impl PartialEq for TimingCheckEvent
Source§impl<'a> TryFrom<&'a TimingCheckEvent> for Locate
 
impl<'a> TryFrom<&'a TimingCheckEvent> for Locate
Source§impl TryFrom<AnyNode> for TimingCheckEvent
 
impl TryFrom<AnyNode> for TimingCheckEvent
Source§impl TryFrom<TimingCheckEvent> for Locate
 
impl TryFrom<TimingCheckEvent> for Locate
impl StructuralPartialEq for TimingCheckEvent
Auto Trait Implementations§
impl Freeze for TimingCheckEvent
impl RefUnwindSafe for TimingCheckEvent
impl Send for TimingCheckEvent
impl Sync for TimingCheckEvent
impl Unpin for TimingCheckEvent
impl UnwindSafe for TimingCheckEvent
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more