Struct screen_13::prelude::vk::PipelineExecutableStatisticKHR
source · pub struct PipelineExecutableStatisticKHR {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub name: [i8; 256],
pub description: [i8; 256],
pub format: PipelineExecutableStatisticFormatKHR,
pub value: PipelineExecutableStatisticValueKHR,
}Expand description
Fields§
§s_type: StructureType§p_next: *mut c_void§name: [i8; 256]§description: [i8; 256]§format: PipelineExecutableStatisticFormatKHR§value: PipelineExecutableStatisticValueKHRImplementations§
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 moresource§impl Default for PipelineExecutableStatisticKHR
impl Default for PipelineExecutableStatisticKHR
source§fn default() -> PipelineExecutableStatisticKHR
fn default() -> PipelineExecutableStatisticKHR
Returns the “default value” for a type. Read more