Enum vkxml::ExtensionSpecificationElement [] [src]

pub enum ExtensionSpecificationElement {
    Notation(Notation),
    DefinitionReference(NamedIdentifier),
    CommandReference(NamedIdentifier),
    EnumeratorReference(NamedIdentifier),
    Constant(ExtensionConstant),
    Enum(ExtensionEnum),
}

Variants

Reference to a named definitions child.

Reference to a named commands child.

References a specific enumerator or constant.

Trait Implementations

impl Debug for ExtensionSpecificationElement
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations