#[repr(C)]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: StructureTypep_next: *mut c_voidname: [i8; 256]description: [i8; 256]is_text: u32data_size: usizep_data: *mut c_voidImplementations
Trait Implementations
sourceimpl Clone for PipelineExecutableInternalRepresentationKHR
impl Clone for PipelineExecutableInternalRepresentationKHR
sourcefn clone(&self) -> PipelineExecutableInternalRepresentationKHR
fn clone(&self) -> PipelineExecutableInternalRepresentationKHR
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for PipelineExecutableInternalRepresentationKHR
impl Default for PipelineExecutableInternalRepresentationKHR
sourcefn default() -> PipelineExecutableInternalRepresentationKHR
fn default() -> PipelineExecutableInternalRepresentationKHR
Returns the “default value” for a type. Read more
impl Copy for PipelineExecutableInternalRepresentationKHR
Auto Trait Implementations
impl RefUnwindSafe for PipelineExecutableInternalRepresentationKHR
impl !Send for PipelineExecutableInternalRepresentationKHR
impl !Sync for PipelineExecutableInternalRepresentationKHR
impl Unpin for PipelineExecutableInternalRepresentationKHR
impl UnwindSafe for PipelineExecutableInternalRepresentationKHR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more