pub struct PipelineExecutableInternalRepresentationKHR {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub name: [i8; 256],
pub description: [i8; 256],
pub is_text: u32,
pub data_size: usize,
pub p_data: *mut c_void,
}Expand description
Fields§
§s_type: StructureType§p_next: *mut c_void§name: [i8; 256]§description: [i8; 256]§is_text: u32§data_size: usize§p_data: *mut c_voidImplementations§
Trait Implementations§
source§impl Clone for PipelineExecutableInternalRepresentationKHR
impl Clone for PipelineExecutableInternalRepresentationKHR
source§fn clone(&self) -> PipelineExecutableInternalRepresentationKHR
fn clone(&self) -> PipelineExecutableInternalRepresentationKHR
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 moresource§impl Default for PipelineExecutableInternalRepresentationKHR
impl Default for PipelineExecutableInternalRepresentationKHR
source§fn default() -> PipelineExecutableInternalRepresentationKHR
fn default() -> PipelineExecutableInternalRepresentationKHR
Returns the “default value” for a type. Read more