Enum vkxml::ExtensionType [] [src]

pub enum ExtensionType {
    Instance,
    Device,
}

Specifies the kind of extension

Variants

Trait Implementations

impl Debug for ExtensionType
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ExtensionType

impl Sync for ExtensionType