Enum moore_vhdl::hir::SigAssignKind[][src]

pub enum SigAssignKind {
    SimpleWave(DelayMechanismWaveform),
    SimpleForce(ForceModeExprRef),
    SimpleRelease(ForceMode),
    CondWave(DelayMechanismCond<Waveform>),
    CondForce(ForceModeCond<ExprRef>),
    SelWave(DelayMechanismSel<Waveform>),
    SelForce(ForceModeSel<ExprRef>),
}
Expand description

A signal assignment kind.

Variants

SimpleWave(DelayMechanismWaveform)

A simple waveform assignment.

Tuple Fields of SimpleWave

0: DelayMechanism1: Waveform
SimpleForce(ForceModeExprRef)

A simple force assignment.

Tuple Fields of SimpleForce

0: ForceMode1: ExprRef
SimpleRelease(ForceMode)

A simple release assignment.

Tuple Fields of SimpleRelease

0: ForceMode

A conditional waveform assignment.

Tuple Fields of CondWave

0: DelayMechanism1: Cond<Waveform>
CondForce(ForceModeCond<ExprRef>)

A conditional force assignment.

Tuple Fields of CondForce

0: ForceMode1: Cond<ExprRef>

A selected waveform assignment.

Tuple Fields of SelWave

0: DelayMechanism1: Sel<Waveform>
SelForce(ForceModeSel<ExprRef>)

A selected force assignment.

Tuple Fields of SelForce

0: ForceMode1: Sel<ExprRef>

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.