Struct moore_vhdl::hir::Subprog [] [src]

pub struct Subprog {
    pub parent: ScopeRef,
    pub spec: SubprogSpec,
}

A subprogram.

See IEEE 1076-2008 section 4.2.

Fields

The parent scope.

The specification, aka the signature.

Trait Implementations

impl Clone for Subprog
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Subprog
[src]

[src]

Formats the value using the given formatter.