#[repr(C)]pub struct PipelineExecutableInternalRepresentationKHR {
pub s_type: StructureType,
pub next: *mut c_void,
pub name: StringArray<MAX_DESCRIPTION_SIZE>,
pub description: StringArray<MAX_DESCRIPTION_SIZE>,
pub is_text: Bool32,
pub data_size: usize,
pub data: *mut c_void,
}Expand description
Fields
s_type: StructureTypenext: *mut c_voidname: StringArray<MAX_DESCRIPTION_SIZE>description: StringArray<MAX_DESCRIPTION_SIZE>is_text: Bool32data_size: usizedata: *mut c_voidTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more