Struct vkxml::Union
[−]
[src]
pub struct Union {
pub name: Identifier,
pub notation: Option<Notation>,
pub elements: Vec<Field>,
}Defines a union, where the object's value is only one of its members.
Fields
name: Identifier
notation: Option<Notation>
elements: Vec<Field>