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

Trait Implementations

impl Debug for Union
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Union

impl Sync for Union