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
name: Identifier
notation: Option<Notation>
basetype: Identifier
Specifies the original typename for the typedef. This name should reference an existing definition.