Struct dsdl_parser::CompositeType [] [src]

pub struct CompositeType {
    pub namespace: Option<Ident>,
    pub name: Ident,
}

A CompositeType is what the uavcan specification refers to as "Nested data structures"

In short if it's not a primitive data type (or arrays of primitive data types) it's a CompositeType

Fields

Trait Implementations

impl Display for CompositeType
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CompositeType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for CompositeType
[src]

[src]

Formats the value using the given formatter.

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

impl FromStr for CompositeType
[src]

The associated error which can be returned from parsing.

[src]

Parses a string s to return a value of this type. Read more