Struct moore_vhdl::hir::IntfSignal [] [src]

pub struct IntfSignal {
    pub name: Spanned<Name>,
    pub mode: IntfSignalMode,
    pub ty: SubtypeIndRef,
    pub bus: bool,
    pub init: Option<ExprRef>,
}

Fields

The name of this signal.

The mode of this signal.

The type of this signal.

Whether this signal was declared with the bus keyword.

The expression determining the initial value of this signals.

Trait Implementations

impl Debug for IntfSignal
[src]

[src]

Formats the value using the given formatter.