Struct unity_native_plugin_sys::VkPipelineExecutableStatisticKHR [−][src]
#[repr(C)]pub struct VkPipelineExecutableStatisticKHR {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub name: [c_char; 256],
pub description: [c_char; 256],
pub format: VkPipelineExecutableStatisticFormatKHR,
pub value: VkPipelineExecutableStatisticValueKHR,
}Fields
sType: VkStructureTypepNext: *mut c_voidname: [c_char; 256]description: [c_char; 256]format: VkPipelineExecutableStatisticFormatKHRvalue: VkPipelineExecutableStatisticValueKHRTrait Implementations
Auto Trait Implementations
impl !Send for VkPipelineExecutableStatisticKHR
impl !Sync for VkPipelineExecutableStatisticKHR
impl Unpin for VkPipelineExecutableStatisticKHR
Blanket Implementations
Mutably borrows from an owned value. Read more