Struct vkxml::Enumeration [] [src]

pub struct Enumeration {
    pub name: String,
    pub notation: Option<Notation>,
    pub purpose: Option<EnumerationPurpose>,
    pub elements: Vec<EnumerationElement>,
}

Fields

Identifies a special meaning behind the enumeration. "bitmask" means that the enumerators are either specific bits or combinations of bits. There should be a bitmask definition attribute which uses this enumeration as the source for its enums.

Trait Implementations

impl Debug for Enumeration
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Enumeration

impl Sync for Enumeration