Struct unity_native_plugin_sys::VkPipelineExecutableInfoKHR [−][src]
#[repr(C)]pub struct VkPipelineExecutableInfoKHR {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub pipeline: VkPipeline,
pub executableIndex: u32,
}Fields
sType: VkStructureTypepNext: *const c_voidpipeline: VkPipelineexecutableIndex: u32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for VkPipelineExecutableInfoKHR
impl !Send for VkPipelineExecutableInfoKHR
impl !Sync for VkPipelineExecutableInfoKHR
impl Unpin for VkPipelineExecutableInfoKHR
impl UnwindSafe for VkPipelineExecutableInfoKHR
Blanket Implementations
Mutably borrows from an owned value. Read more