Struct vkxml::VendorIds [] [src]

pub struct VendorIds {
    pub notation: Option<Notation>,
    pub elements: Vec<VendorId>,
}

List of identifiers for vendors.

Fields

Trait Implementations

impl Debug for VendorIds
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for VendorIds

impl Sync for VendorIds