Enum vkxml::FeatureElement
[−]
[src]
pub enum FeatureElement {
Notation(Notation),
Require(FeatureSpecification),
Remove(FeatureSpecification),
}Variants
Notation(Notation)Require(FeatureSpecification)Definitions that are exposed by the specification.
Remove(FeatureSpecification)Definitions which are not to be exposed by the specification.