#[repr(C)]pub struct PipelineExecutableInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub pipeline: Pipeline,
pub executable_index: u32,
}Expand description
VkPipelineExecutableInfoKHR
Provided by VK_KHR_pipeline_executable_properties.
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PIPELINE_EXECUTABLE_INFO_KHR.
p_next: *const c_voidOptional, may be null.
pipeline: Pipeline§executable_index: u32Implementations§
Source§impl PipelineExecutableInfoKHR
impl PipelineExecutableInfoKHR
Sourcepub fn builder<'a>() -> PipelineExecutableInfoKHRBuilder<'a>
pub fn builder<'a>() -> PipelineExecutableInfoKHRBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PipelineExecutableInfoKHR
impl Clone for PipelineExecutableInfoKHR
Source§fn clone(&self) -> PipelineExecutableInfoKHR
fn clone(&self) -> PipelineExecutableInfoKHR
Returns a duplicate 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
impl Copy for PipelineExecutableInfoKHR
Auto Trait Implementations§
impl Freeze for PipelineExecutableInfoKHR
impl RefUnwindSafe for PipelineExecutableInfoKHR
impl !Send for PipelineExecutableInfoKHR
impl !Sync for PipelineExecutableInfoKHR
impl Unpin for PipelineExecutableInfoKHR
impl UnsafeUnpin for PipelineExecutableInfoKHR
impl UnwindSafe for PipelineExecutableInfoKHR
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