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