Struct vkxml::FeatureSpecification [] [src]

pub struct FeatureSpecification {
    pub profile: Option<String>,
    pub notation: Option<Notation>,
    pub extension: Option<Identifier>,
    pub elements: Vec<FeatureReference>,
}

Fields

The name of the API profile which this specialization element is associated. All specified requirements/exclusions apply only to that profile.

Specifies the name of an extension which this require statement needs for its inclusions to be imported.

Trait Implementations

impl Debug for FeatureSpecification
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations