Enum vkxml::EnumerationElement [] [src]

pub enum EnumerationElement {
    Notation(Notation),
    Enum(Constant),
    UnusedRange(Range),
}

Variants

Trait Implementations

impl Debug for EnumerationElement
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations