Enum moore_vhdl::hir::DelayMechanism [] [src]

pub enum DelayMechanism {
    Transport,
    Inertial,
    RejectInertial(ExprRef),
}

The delay mechanism of a normal signal assignment.

Variants

A transport delay mechanism.

A inertial delay mechanism.

A reject <time_expr> inertial delay mechanism.

Trait Implementations

impl Copy for DelayMechanism
[src]

impl Clone for DelayMechanism
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for DelayMechanism
[src]

[src]

Formats the value using the given formatter.