Struct moore_vhdl_syntax::ast::SelectWave [] [src]

pub struct SelectWave(pub Wave, pub Choices);

A selected wave. The second element of the tuple represents the choices for which this wave would be selected.

Trait Implementations

impl Clone for SelectWave
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SelectWave
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for SelectWave
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for SelectWave
[src]

impl Encodable for SelectWave
[src]

[src]

Serialize a value using an Encoder.

impl Decodable for SelectWave
[src]

[src]

Deserialize a value using a Decoder.