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

#[repr(C)]
pub struct LayerProperties { pub layer_name: [c_char; 256], pub spec_version: uint32_t, pub implementation_version: uint32_t, pub description: [c_char; 256], }

Fields

Trait Implementations

impl Clone for LayerProperties
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for LayerProperties
[src]

Formats the value using the given formatter.