Struct moore_svlog::port_list::ExtPortExpr [−][src]
pub struct ExtPortExpr {
pub port: usize,
pub selects: Vec<ExtPortSelect>,
}
Expand description
A port expression associating an external port with an internal port.
Fields
port: usize
Index of the internal port this expression targets.
selects: Vec<ExtPortSelect>
Selects into the internal port.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.