Struct moore_vhdl::hir::WaitStmt [] [src]

pub struct WaitStmt {
    pub sens: Option<Spanned<SensitivityList>>,
    pub cond: Option<ExprRef>,
    pub timeout: Option<ExprRef>,
}

A wait statement.

See IEEE 1076-2008 section 10.2.

Fields

The sensitivity clause.

The condition clause.

The timeout clause.

Trait Implementations

impl Debug for WaitStmt
[src]

[src]

Formats the value using the given formatter.