Struct moore_vhdl::hir::SigAssignStmt[][src]

pub struct SigAssignStmt {
    pub parent: ScopeRef,
    pub span: Span,
    pub label: Option<Spanned<Name>>,
    pub target: SigAssignTarget,
    pub target_span: Span,
    pub kind: SigAssignKind,
    pub kind_span: Span,
}
Expand description

A sequential signal assignment.

See IEEE 1076-2008 section 10.5.

Fields

parent: ScopeRef

The scope within which the statement has been made.

span: Span

The location of the entire statement in the source file.

label: Option<Spanned<Name>>

The optional statement label.

target: SigAssignTarget

The target of the assignment.

target_span: Span

The location of the right hand side in the source file.

kind: SigAssignKind

The kind of the assignment.

kind_span: Span

The location of the right hand side in the source file.

Trait Implementations

Allocate a value of type T.

Formats the value using the given formatter. Read more

Creates the node with the given ID. 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.