Struct vkxml::Tag [] [src]

pub struct Tag {
    pub name: String,
    pub notation: Option<Notation>,
    pub author: String,
    pub contact: String,
}

A single author for Vulkan

Fields

Author name, usually a company or project

Name and contact information for the person responsible for the tag

Trait Implementations

impl Debug for Tag
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Tag

impl Sync for Tag