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