Struct sv_parser_syntaxtree::specify_section::specify_path_delays::ParallelEdgeSensitivePathDescription
source · [−]pub struct ParallelEdgeSensitivePathDescription {
pub nodes: (Paren<(Option<EdgeIdentifier>, SpecifyInputTerminalDescriptor, Option<PolarityOperator>, Symbol, Paren<(SpecifyOutputTerminalDescriptor, Option<PolarityOperator>, Symbol, DataSourceExpression)>)>,),
}Fields
nodes: (Paren<(Option<EdgeIdentifier>, SpecifyInputTerminalDescriptor, Option<PolarityOperator>, Symbol, Paren<(SpecifyOutputTerminalDescriptor, Option<PolarityOperator>, Symbol, DataSourceExpression)>)>,)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 ParallelEdgeSensitivePathDescription
impl Sync for ParallelEdgeSensitivePathDescription
Blanket Implementations
Mutably borrows from an owned value. Read more