Struct lava::VkExtensionProperties[][src]

pub struct VkExtensionProperties {
    pub extension_name: String,
    pub spec_version: u32,
}

Fields

Trait Implementations

impl Debug for VkExtensionProperties
[src]

Formats the value using the given formatter. Read more

impl Clone for VkExtensionProperties
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations