Struct vkxml::Commands [] [src]

pub struct Commands {
    pub notation: Option<Notation>,
    pub elements: Vec<Command>,
}

Defines a list of Vulkan entrypoints.

Fields

Trait Implementations

impl Debug for Commands
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Commands

impl Sync for Commands