Struct moore_vhdl::hir::WaveElem [] [src]

pub struct WaveElem {
    pub value: Option<ExprRef>,
    pub after: Option<ExprRef>,
}

An element of a signal assignment waveform.

Fields

The value expression of the element. Corresponds to null if None.

The optional after time expression.

Trait Implementations

impl Debug for WaveElem
[src]

[src]

Formats the value using the given formatter.