Enum vkxml::EnumsElement [] [src]

pub enum EnumsElement {
    Notation(Notation),
    Enumeration(Enumeration),
}

Variants

Trait Implementations

impl Debug for EnumsElement
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for EnumsElement

impl Sync for EnumsElement