Struct ash::vk::PipelineExecutableInfoKHR [−][src]
#[repr(C)]pub struct PipelineExecutableInfoKHR { pub s_type: StructureType, pub p_next: *const c_void, pub pipeline: Pipeline, pub executable_index: u32, }
Expand description
Fields
s_type: StructureType
p_next: *const c_void
pipeline: Pipeline
executable_index: u32
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for PipelineExecutableInfoKHR
impl !Send for PipelineExecutableInfoKHR
impl !Sync for PipelineExecutableInfoKHR
impl Unpin for PipelineExecutableInfoKHR
impl UnwindSafe for PipelineExecutableInfoKHR
Blanket Implementations
Mutably borrows from an owned value. Read more