pub struct TimeskewTimingCheck {
    pub nodes: (Keyword, Paren<(ReferenceEvent, Symbol, DataEvent, Symbol, TimingCheckLimit, Option<(Symbol, Option<Notifier>, Option<(Symbol, Option<EventBasedFlag>, Option<(Symbol, Option<RemainActiveFlag>)>)>)>)>, Symbol),
}Fields§
§nodes: (Keyword, Paren<(ReferenceEvent, Symbol, DataEvent, Symbol, TimingCheckLimit, Option<(Symbol, Option<Notifier>, Option<(Symbol, Option<EventBasedFlag>, Option<(Symbol, Option<RemainActiveFlag>)>)>)>)>, Symbol)Trait Implementations§
Source§impl Clone for TimeskewTimingCheck
 
impl Clone for TimeskewTimingCheck
Source§fn clone(&self) -> TimeskewTimingCheck
 
fn clone(&self) -> TimeskewTimingCheck
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 TimeskewTimingCheck
 
impl Debug for TimeskewTimingCheck
Source§impl<'a> From<&'a TimeskewTimingCheck> for RefNode<'a>
 
impl<'a> From<&'a TimeskewTimingCheck> for RefNode<'a>
Source§fn from(x: &'a TimeskewTimingCheck) -> Self
 
fn from(x: &'a TimeskewTimingCheck) -> Self
Converts to this type from the input type.
Source§impl<'a> From<&'a TimeskewTimingCheck> for RefNodes<'a>
 
impl<'a> From<&'a TimeskewTimingCheck> for RefNodes<'a>
Source§fn from(x: &'a TimeskewTimingCheck) -> Self
 
fn from(x: &'a TimeskewTimingCheck) -> Self
Converts to this type from the input type.
Source§impl From<TimeskewTimingCheck> for AnyNode
 
impl From<TimeskewTimingCheck> for AnyNode
Source§fn from(x: TimeskewTimingCheck) -> Self
 
fn from(x: TimeskewTimingCheck) -> Self
Converts to this type from the input type.
Source§impl<'a> IntoIterator for &'a TimeskewTimingCheck
 
impl<'a> IntoIterator for &'a TimeskewTimingCheck
Source§impl PartialEq for TimeskewTimingCheck
 
impl PartialEq for TimeskewTimingCheck
Source§impl<'a> TryFrom<&'a TimeskewTimingCheck> for Locate
 
impl<'a> TryFrom<&'a TimeskewTimingCheck> for Locate
Source§impl TryFrom<AnyNode> for TimeskewTimingCheck
 
impl TryFrom<AnyNode> for TimeskewTimingCheck
Source§impl TryFrom<TimeskewTimingCheck> for Locate
 
impl TryFrom<TimeskewTimingCheck> for Locate
impl StructuralPartialEq for TimeskewTimingCheck
Auto Trait Implementations§
impl Freeze for TimeskewTimingCheck
impl RefUnwindSafe for TimeskewTimingCheck
impl Send for TimeskewTimingCheck
impl Sync for TimeskewTimingCheck
impl Unpin for TimeskewTimingCheck
impl UnwindSafe for TimeskewTimingCheck
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