Struct ash::vk::KhrPerformanceQueryFn  
source · pub struct KhrPerformanceQueryFn {
    pub enumerate_physical_device_queue_family_performance_query_counters_khr: PFN_vkEnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR,
    pub get_physical_device_queue_family_performance_query_passes_khr: PFN_vkGetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR,
    pub acquire_profiling_lock_khr: PFN_vkAcquireProfilingLockKHR,
    pub release_profiling_lock_khr: PFN_vkReleaseProfilingLockKHR,
}Fields§
§enumerate_physical_device_queue_family_performance_query_counters_khr: PFN_vkEnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR§get_physical_device_queue_family_performance_query_passes_khr: PFN_vkGetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR§acquire_profiling_lock_khr: PFN_vkAcquireProfilingLockKHR§release_profiling_lock_khr: PFN_vkReleaseProfilingLockKHRImplementations§
Trait Implementations§
source§impl Clone for KhrPerformanceQueryFn
 
impl Clone for KhrPerformanceQueryFn
source§fn clone(&self) -> KhrPerformanceQueryFn
 
fn clone(&self) -> KhrPerformanceQueryFn
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