Struct moore_vhdl::hir::Stmt [] [src]

pub struct Stmt<T> {
    pub parent: ScopeRef,
    pub span: Span,
    pub label: Option<Spanned<Name>>,
    pub stmt: T,
}

A statement.

See IEEE 1076-2008 section 10.1.

Fields

The parent scope.

The span this statement covers.

The optional label.

The inner statement.

Trait Implementations

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

[src]

Formats the value using the given formatter.