Struct ash::vk::KhrPipelineExecutablePropertiesFn  
source · pub struct KhrPipelineExecutablePropertiesFn {
    pub get_pipeline_executable_properties_khr: PFN_vkGetPipelineExecutablePropertiesKHR,
    pub get_pipeline_executable_statistics_khr: PFN_vkGetPipelineExecutableStatisticsKHR,
    pub get_pipeline_executable_internal_representations_khr: PFN_vkGetPipelineExecutableInternalRepresentationsKHR,
}Fields§
§get_pipeline_executable_properties_khr: PFN_vkGetPipelineExecutablePropertiesKHR§get_pipeline_executable_statistics_khr: PFN_vkGetPipelineExecutableStatisticsKHR§get_pipeline_executable_internal_representations_khr: PFN_vkGetPipelineExecutableInternalRepresentationsKHRImplementations§
Trait Implementations§
source§impl Clone for KhrPipelineExecutablePropertiesFn
 
impl Clone for KhrPipelineExecutablePropertiesFn
source§fn clone(&self) -> KhrPipelineExecutablePropertiesFn
 
fn clone(&self) -> KhrPipelineExecutablePropertiesFn
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