Struct moore_vhdl_syntax::ast::Wave [] [src]

pub struct Wave {
    pub span: Span,
    pub elems: Option<Vec<(Expr, Option<Expr>)>>,
}

Fields

Trait Implementations

impl Clone for Wave
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Wave
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for Wave
[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 Wave
[src]

impl Encodable for Wave
[src]

[src]

Serialize a value using an Encoder.

impl Decodable for Wave
[src]

[src]

Deserialize a value using a Decoder.