#[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 moresource§impl TaggedStructure for PipelineExecutableInternalRepresentationKHR
impl TaggedStructure for PipelineExecutableInternalRepresentationKHR
const STRUCTURE_TYPE: StructureType = StructureType::PIPELINE_EXECUTABLE_INTERNAL_REPRESENTATION_KHR
impl Copy for PipelineExecutableInternalRepresentationKHR
Auto Trait Implementations§
impl Freeze for PipelineExecutableInternalRepresentationKHR
impl RefUnwindSafe for PipelineExecutableInternalRepresentationKHR
impl !Send for PipelineExecutableInternalRepresentationKHR
impl !Sync for PipelineExecutableInternalRepresentationKHR
impl Unpin for PipelineExecutableInternalRepresentationKHR
impl UnwindSafe for PipelineExecutableInternalRepresentationKHR
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more