Struct vkxml::Registry [] [src]

pub struct Registry {
    pub elements: Vec<RegistryElement>,
}

The root of vk_new.xml

Fields

Trait Implementations

impl Debug for Registry
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Registry

impl Sync for Registry