Enum moore_svlog::hir::TimingControl [−][src]
Expand description
The different forms of timing control that can be applied to a statement.
Variants
Delay(NodeId)
A delayed statement. Contains an expression that evaluates to a time.
Tuple Fields of Delay
0: NodeId
A statement triggered by any event on its inputs.
ExplicitEvent(NodeId)
A statement triggered by an explicit event expression.
Tuple Fields of ExplicitEvent
0: NodeId
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for TimingControl
impl Send for TimingControl
impl Sync for TimingControl
impl Unpin for TimingControl
impl UnwindSafe for TimingControl
Blanket Implementations
Mutably borrows from an owned value. Read more