Enum moore_svlog::port_list::ExtPortSelect [−][src]
pub enum ExtPortSelect {
Error,
Index(IndexMode),
}
Expand description
A select operation into an internal port.
Variants
Tombstone.
Index(IndexMode)
An indexing operation, like [7:0]
or [42]
.
Tuple Fields of Index
0: IndexMode
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.