Struct vkxml::Definitions [] [src]

pub struct Definitions {
    pub notation: Option<Notation>,
    pub elements: Vec<DefinitionsElement>,
}

List of all definitions used by Vulkan

Fields

Trait Implementations

impl Debug for Definitions
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Definitions

impl Sync for Definitions