Struct ash::vk::PipelineExecutableInfoKHR
source · #[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§
source§impl PipelineExecutableInfoKHR
impl PipelineExecutableInfoKHR
pub fn builder<'a>() -> PipelineExecutableInfoKHRBuilder<'a>
Trait Implementations§
source§impl Clone for PipelineExecutableInfoKHR
impl Clone for PipelineExecutableInfoKHR
source§fn clone(&self) -> PipelineExecutableInfoKHR
fn clone(&self) -> PipelineExecutableInfoKHR
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