Enum vkxml::DefinitionsElement [] [src]

pub enum DefinitionsElement {
    Notation(Notation),
    Include(Include),
    Typedef(Typedef),
    Reference(Reference),
    Bitmask(Bitmask),
    Struct(Struct),
    Union(Union),
    Define(Define),
    Handle(Handle),
    Enumeration(EnumerationDeclaration),
    FuncPtr(FunctionPointer),
}

Variants

Trait Implementations

impl Debug for DefinitionsElement
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations