Struct moore_vhdl::ty::IntTy [] [src]

pub struct IntTy {
    pub dir: Dir,
    pub left_bound: BigInt,
    pub right_bound: BigInt,
}

An integer type.

Fields

Methods

impl IntTy
[src]

[src]

Create a new integer type.

[src]

Map the type to itself if the range has a positive length, or to null if the range has a negative or zero length.

[src]

The length of the range.

Trait Implementations

impl Debug for IntTy
[src]

[src]

Formats the value using the given formatter.

impl Clone for IntTy
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

impl Display for IntTy
[src]

[src]

Formats the value using the given formatter. Read more