Enum moore_vhdl_syntax::ast::TypeData [] [src]

pub enum TypeData {
    EnumType(ParenElems),
    RangeType(Box<Expr>, Option<Vec<(Ident, Option<Box<Expr>>)>>),
    ArrayType(ParenElemsSubtypeInd),
    RecordType(Vec<(Vec<Ident>, SubtypeInd)>),
    AccessType(SubtypeInd),
    FileType(CompoundName),
    ProtectedType(Vec<DeclItem>),
}

Variants

Trait Implementations

impl Clone for TypeData
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for TypeData
[src]

[src]

Formats the value using the given formatter.

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

impl Encodable for TypeData
[src]

[src]

Serialize a value using an Encoder.

impl Decodable for TypeData
[src]

[src]

Deserialize a value using a Decoder.

impl HasDesc for TypeData
[src]

[src]

Obtain a human-readable descriptive name for this node.