Struct moore_vhdl_syntax::ast::DesignUnit [] [src]

pub struct DesignUnit {
    pub id: NodeId,
    pub ctx: Vec<CtxItem>,
    pub data: DesignUnitData,
}

A design unit. Multiple design units make up a design file. Each unit consists of an optional context clause followed by a primary or secondary unit.

Fields

Trait Implementations

impl Clone for DesignUnit
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for DesignUnit
[src]

[src]

Formats the value using the given formatter.

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

impl Encodable for DesignUnit
[src]

[src]

Serialize a value using an Encoder.

impl Decodable for DesignUnit
[src]

[src]

Deserialize a value using a Decoder.