Struct vkxml::Typedef [] [src]

pub struct Typedef {
    pub name: Identifier,
    pub notation: Option<Notation>,
    pub basetype: Identifier,
}

Definition that defines a new name for an existing type.

Fields

Specifies the original typename for the typedef. This name should reference an existing definition.

Trait Implementations

impl Debug for Typedef
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Typedef

impl Sync for Typedef