Struct vks::vk::VkExtensionProperties [] [src]

#[repr(C)]
pub struct VkExtensionProperties { pub extensionName: [c_char; 256], pub specVersion: u32, }

Fields

Trait Implementations

impl Copy for VkExtensionProperties
[src]

impl Clone for VkExtensionProperties
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for VkExtensionProperties
[src]

[src]

Formats the value using the given formatter.

impl Default for VkExtensionProperties
[src]

[src]

Returns the "default value" for a type. Read more