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_vkReleaseProfilingLockKHR
Implementations§
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 moreimpl Send for KhrPerformanceQueryFn
impl Sync for KhrPerformanceQueryFn
Auto Trait Implementations§
impl Freeze for KhrPerformanceQueryFn
impl RefUnwindSafe for KhrPerformanceQueryFn
impl Unpin for KhrPerformanceQueryFn
impl UnwindSafe for KhrPerformanceQueryFn
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more