Enum vkxml::FeatureReference [] [src]

pub enum FeatureReference {
    Notation(Notation),
    DefinitionReference(NamedIdentifier),
    CommandReference(NamedIdentifier),
    EnumeratorReference(NamedIdentifier),
}

Variants

Reference to a named definitions child.

Reference to a named commands child.

References a specific enumerator or constant.

Trait Implementations

impl Debug for FeatureReference
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations