Enum vkxml::StructElement
[−]
[src]
pub enum StructElement {
Notation(Notation),
Member(Field),
}Variants
Notation(Notation)Member(Field)