Struct moore_vhdl::ty::RecordTy [] [src]

pub struct RecordTy {
    pub fields: Vec<(Name, Box<Ty>)>,
    pub lookup: HashMap<Name, usize>,
}

A record type.

Fields

The fields of the record.

A lookup table to access fields by name.

Methods

impl RecordTy
[src]

[src]

Create a new array type.

Trait Implementations

impl Debug for RecordTy
[src]

[src]

Formats the value using the given formatter.

impl Clone for RecordTy
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

impl Display for RecordTy
[src]

[src]

Formats the value using the given formatter. Read more