Struct moore_vhdl::hir::FileDecl [] [src]

pub struct FileDecl {
    pub ty: SubtypeIndRef,
    pub filename: Option<ExprRef>,
    pub mode: Option<ExprRef>,
}

A file declaration.

See IEEE 1076-2008 section 6.4.2.5.

Fields

The subtype of the file.

The expression evaluating to the file name.

The expression evaluating to the opening mode.

Trait Implementations

impl Debug for FileDecl
[src]

[src]

Formats the value using the given formatter.