Struct vkxml::VendorId [] [src]

pub struct VendorId {
    pub name: String,
    pub notation: Option<Notation>,
    pub id: HexadecimalNumber,
}

Fields

Hexadecimal integer identifier for a vendor.

Trait Implementations

impl Debug for VendorId
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for VendorId

impl Sync for VendorId