Enum moore_vhdl::ty::ArrayIndex [] [src]

pub enum ArrayIndex {
    Unbounded(Box<Ty>),
    Constrained(Box<Ty>),
}

An index type of an array type.

Variants

An unbounded index of the form <type_mark> range <>.

A constrained index of the form range ....

Methods

impl ArrayIndex
[src]

[src]

Get the type of the array index, regardless of its boundedness.

Trait Implementations

impl Debug for ArrayIndex
[src]

[src]

Formats the value using the given formatter.

impl Clone for ArrayIndex
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for ArrayIndex
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for ArrayIndex
[src]

impl Display for ArrayIndex
[src]

[src]

Formats the value using the given formatter. Read more