Struct vkxml::EnumerationDeclaration [] [src]

pub struct EnumerationDeclaration {
    pub name: Identifier,
    pub notation: Option<Notation>,
}

Declares the name of an enumeration. The members and base type of the enumeration are defined elsewhere.

Fields

Trait Implementations

impl Debug for EnumerationDeclaration
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations