Enum dsdl_parser::Ty [] [src]

pub enum Ty {
    Primitive(PrimitiveType),
    Composite(CompositeType),
}

An Uavcan data type

Variants

Methods

impl Ty
[src]

[src]

Trait Implementations

impl Display for Ty
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Ty
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Ty
[src]

[src]

Formats the value using the given formatter.

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

impl From<PrimitiveType> for Ty
[src]

[src]

Performs the conversion.

impl From<CompositeType> for Ty
[src]

[src]

Performs the conversion.