Struct ash::vk::PipelineExecutableStatisticKHR
source · #[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§
source§impl PipelineExecutableStatisticKHR
impl PipelineExecutableStatisticKHR
pub fn builder<'a>() -> PipelineExecutableStatisticKHRBuilder<'a>
Trait Implementations§
source§impl Clone for PipelineExecutableStatisticKHR
impl Clone for PipelineExecutableStatisticKHR
source§fn clone(&self) -> PipelineExecutableStatisticKHR
fn clone(&self) -> PipelineExecutableStatisticKHR
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 more