Enum moore_svlog::ast::TimingControl [−][src]
pub enum TimingControl<'a> {
Delay(DelayControl<'a>),
Event(EventControl<'a>),
Cycle(CycleDelay),
}
Variants
Delay(DelayControl<'a>)
Tuple Fields of Delay
0: DelayControl<'a>
Event(EventControl<'a>)
Tuple Fields of Event
0: EventControl<'a>
Cycle(CycleDelay)
Tuple Fields of Cycle
0: CycleDelay
Trait Implementations
Apply a function to each child node.
Apply a function to this node.
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<'a> !RefUnwindSafe for TimingControl<'a>
impl<'a> Send for TimingControl<'a>
impl<'a> Sync for TimingControl<'a>
impl<'a> Unpin for TimingControl<'a>
impl<'a> !UnwindSafe for TimingControl<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more