Struct sv_parser_syntaxtree::behavioral_statements::timing_control_statements::ProceduralTimingControlStatement
source · [−]pub struct ProceduralTimingControlStatement {
pub nodes: (ProceduralTimingControl, StatementOrNull),
}Fields
nodes: (ProceduralTimingControl, StatementOrNull)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 Send for ProceduralTimingControlStatement
impl Sync for ProceduralTimingControlStatement
impl Unpin for ProceduralTimingControlStatement
Blanket Implementations
Mutably borrows from an owned value. Read more