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