Struct ash::vk::LayerProperties
source · #[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§
source§impl LayerProperties
impl LayerProperties
pub fn builder<'a>() -> LayerPropertiesBuilder<'a>
Trait Implementations§
source§impl Clone for LayerProperties
impl Clone for LayerProperties
source§fn clone(&self) -> LayerProperties
fn clone(&self) -> LayerProperties
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more