Struct sv_parser_syntaxtree::specify_section::specify_block_terminals::SpecifyOutputTerminalDescriptor
source · [−]pub struct SpecifyOutputTerminalDescriptor {
pub nodes: (OutputIdentifier, Option<Bracket<ConstantRangeExpression>>),
}Fields
nodes: (OutputIdentifier, Option<Bracket<ConstantRangeExpression>>)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 SpecifyOutputTerminalDescriptor
impl Sync for SpecifyOutputTerminalDescriptor
impl Unpin for SpecifyOutputTerminalDescriptor
Blanket Implementations
Mutably borrows from an owned value. Read more