Struct moore_vhdl::hir::SubtypeDecl [] [src]

pub struct SubtypeDecl {
    pub parent: ScopeRef,
    pub name: Spanned<Name>,
    pub subty: SubtypeIndRef,
}

A subtype declaration as per IEEE 1076-2008 section 6.3.

Fields

The parent scope.

The subtype name.

The actualy subtype.

Trait Implementations

impl Debug for SubtypeDecl
[src]

[src]

Formats the value using the given formatter.