Struct ash::vk::types::ExtensionProperties[][src]

#[repr(C)]
pub struct ExtensionProperties { pub extension_name: [c_char; 256], pub spec_version: uint32_t, }

Fields

Trait Implementations

impl Clone for ExtensionProperties
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ExtensionProperties
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations