Struct ash::vk::PipelineExecutableStatisticKHR [−][src]
#[repr(C)]pub struct PipelineExecutableStatisticKHR { pub s_type: StructureType, pub p_next: *mut c_void, pub name: [c_char; 256], pub description: [c_char; 256], pub format: PipelineExecutableStatisticFormatKHR, pub value: PipelineExecutableStatisticValueKHR, }
Expand description
Fields
s_type: StructureType
p_next: *mut c_void
name: [c_char; 256]
description: [c_char; 256]
format: PipelineExecutableStatisticFormatKHR
value: PipelineExecutableStatisticValueKHR
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !Send for PipelineExecutableStatisticKHR
impl !Sync for PipelineExecutableStatisticKHR
impl Unpin for PipelineExecutableStatisticKHR
impl UnwindSafe for PipelineExecutableStatisticKHR
Blanket Implementations
Mutably borrows from an owned value. Read more