Struct vks::VkLayerProperties [] [src]

#[repr(C)]
pub struct VkLayerProperties { pub layerName: [c_char; 256], pub specVersion: u32, pub implementationVersion: u32, pub description: [c_char; 256], }

Fields

Trait Implementations

impl Copy for VkLayerProperties
[src]

impl Clone for VkLayerProperties
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for VkLayerProperties
[src]

Formats the value using the given formatter.

impl Default for VkLayerProperties
[src]

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