Struct vulkanalia_sys::PipelineExecutableInfoKHR
source · [−]#[repr(C)]pub struct PipelineExecutableInfoKHR {
pub s_type: StructureType,
pub next: *const c_void,
pub pipeline: Pipeline,
pub executable_index: u32,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidpipeline: Pipelineexecutable_index: u32Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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