Struct moore_vhdl_syntax::ast::SelectWave [−][src]
Expand description
A selected wave. The second element of the tuple represents the choices for which this wave would be selected.
Tuple Fields
0: Wave
1: Choices
Trait Implementations
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 SelectWave
impl Send for SelectWave
impl Sync for SelectWave
impl Unpin for SelectWave
impl UnwindSafe for SelectWave
Blanket Implementations
Mutably borrows from an owned value. Read more