Enum vkxml::FeatureElement [] [src]

pub enum FeatureElement {
    Notation(Notation),
    Require(FeatureSpecification),
    Remove(FeatureSpecification),
}

Variants

Definitions that are exposed by the specification.

Definitions which are not to be exposed by the specification.

Trait Implementations

impl Debug for FeatureElement
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations