Enum moore_vhdl::hir::NexitMode [] [src]

pub enum NexitMode {
    Next,
    Exit,
}

A discriminant for next/exit statements.

Variants

A next statement.

An exit statement.

Trait Implementations

impl Copy for NexitMode
[src]

impl Clone for NexitMode
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for NexitMode
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for NexitMode
[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 NexitMode
[src]