Enum moore_vhdl::hir::SubprogKind [] [src]

pub enum SubprogKind {
    Proc,
    PureFunc,
    ImpureFunc,
}

A subprogram kind.

Identifies a subprogram as procedure, pure function, or impure function.

Variants

A procedure.

A pure function.

An impure function.

Trait Implementations

impl Copy for SubprogKind
[src]

impl Clone for SubprogKind
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for SubprogKind
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for SubprogKind
[src]

impl Hash for SubprogKind
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl Debug for SubprogKind
[src]

[src]

Formats the value using the given formatter.