Struct screen_13::prelude::vk::PipelineExecutableInfoKHR
source · 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: u32Implementations§
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 moresource§impl Debug for PipelineExecutableInfoKHR
impl Debug for PipelineExecutableInfoKHR
source§impl Default for PipelineExecutableInfoKHR
impl Default for PipelineExecutableInfoKHR
source§fn default() -> PipelineExecutableInfoKHR
fn default() -> PipelineExecutableInfoKHR
Returns the “default value” for a type. Read more