Struct moore_vhdl::hir::Cond [] [src]

pub struct Cond<T> {
    pub when: Vec<(T, ExprRef)>,
    pub other: Option<T>,
}

A conditional waveform or expression.

See IEEE 1076-2008 section 10.5.3.

Fields

The conditional values, represented as (value, cond) tuples.

The optional else value.

Trait Implementations

impl<T: Debug> Debug for Cond<T>
[src]

[src]

Formats the value using the given formatter.