Struct moore_vhdl::hir::LoopStmt [] [src]

pub struct LoopStmt {
    pub scheme: LoopScheme,
    pub stmts: Vec<SeqStmtRef>,
}

A loop statement.

See IEEE 1076-2008 section 10.10.

Fields

The loop scheme.

The loop statements.

Trait Implementations

impl Debug for LoopStmt
[src]

[src]

Formats the value using the given formatter.