Struct moore_vhdl::hir::CallStmt [] [src]

pub struct CallStmt {
    pub subprog: SubprogRef,
    pub params: (),
}

A procedure call statement.

See IEEE 1076-2008 section 10.7.

Fields

The target subprogram.

The optional call parameters.

Trait Implementations

impl Debug for CallStmt
[src]

[src]

Formats the value using the given formatter.