Struct moore_vhdl::hir::ConstDecl [] [src]

pub struct ConstDecl {
    pub ty: SubtypeIndRef,
    pub init: Option<ExprRef>,
}

A constant declaration.

See IEEE 1076-2008 section 6.4.2.2.

Fields

The type of the constant.

The optional initial value for the constant.

Trait Implementations

impl Debug for ConstDecl
[src]

[src]

Formats the value using the given formatter.