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
name: Identifier
notation: Option<Notation>