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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ExtensionProperties
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations