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 moresource§impl Debug for PipelineExecutableInfoKHR
impl Debug for PipelineExecutableInfoKHR
source§impl Default for PipelineExecutableInfoKHR
impl Default for PipelineExecutableInfoKHR
source§impl TaggedStructure for PipelineExecutableInfoKHR
impl TaggedStructure for PipelineExecutableInfoKHR
const STRUCTURE_TYPE: StructureType = StructureType::PIPELINE_EXECUTABLE_INFO_KHR
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 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