#[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§
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 more