Struct ash::vk::LayerProperties [−][src]
#[repr(C)]pub struct LayerProperties { pub layer_name: [c_char; 256], pub spec_version: u32, pub implementation_version: u32, pub description: [c_char; 256], }
Expand description
Fields
layer_name: [c_char; 256]
spec_version: u32
implementation_version: u32
description: [c_char; 256]
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for LayerProperties
impl Send for LayerProperties
impl Sync for LayerProperties
impl Unpin for LayerProperties
impl UnwindSafe for LayerProperties
Blanket Implementations
Mutably borrows from an owned value. Read more