Enum sv_parser_syntaxtree::behavioral_statements::timing_control_statements::ProceduralTimingControl
source · [−]pub enum ProceduralTimingControl {
DelayControl(Box<DelayControl>),
EventControl(Box<EventControl>),
CycleDelay(Box<CycleDelay>),
}Variants
DelayControl(Box<DelayControl>)
EventControl(Box<EventControl>)
CycleDelay(Box<CycleDelay>)
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
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 ProceduralTimingControl
impl Send for ProceduralTimingControl
impl Sync for ProceduralTimingControl
impl Unpin for ProceduralTimingControl
impl UnwindSafe for ProceduralTimingControl
Blanket Implementations
Mutably borrows from an owned value. Read more