Struct ash::vk::PipelineExecutableInternalRepresentationKHR [−][src]
#[repr(C)]pub struct PipelineExecutableInternalRepresentationKHR { pub s_type: StructureType, pub p_next: *mut c_void, pub name: [c_char; 256], pub description: [c_char; 256], pub is_text: Bool32, pub data_size: usize, pub p_data: *mut c_void, }
Expand description
Fields
s_type: StructureType
p_next: *mut c_void
name: [c_char; 256]
description: [c_char; 256]
is_text: Bool32
data_size: usize
p_data: *mut c_void
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more