pub struct Vulkan_KHR_performance_query { /* private fields */ }Implementations§
Source§impl Vulkan_KHR_performance_query
impl Vulkan_KHR_performance_query
pub fn new( instance: VkInstance, get_proc_address: impl FnMut(VkInstance, &'static str) -> *const c_void, ) -> Self
Trait Implementations§
Source§impl Clone for Vulkan_KHR_performance_query
impl Clone for Vulkan_KHR_performance_query
Source§fn clone(&self) -> Vulkan_KHR_performance_query
fn clone(&self) -> Vulkan_KHR_performance_query
Returns a duplicate 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 Debug for Vulkan_KHR_performance_query
impl Debug for Vulkan_KHR_performance_query
Source§impl VK_KHR_performance_query for Vulkan_KHR_performance_query
impl VK_KHR_performance_query for Vulkan_KHR_performance_query
fn vkEnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR( &self, physicalDevice: VkPhysicalDevice, queueFamilyIndex: u32, pCounterCount: *mut uint32_t, pCounters: *mut VkPerformanceCounterKHR, pCounterDescriptions: *mut VkPerformanceCounterDescriptionKHR, ) -> Result<(), VkResult>
impl Copy for Vulkan_KHR_performance_query
Auto Trait Implementations§
impl Freeze for Vulkan_KHR_performance_query
impl RefUnwindSafe for Vulkan_KHR_performance_query
impl Send for Vulkan_KHR_performance_query
impl Sync for Vulkan_KHR_performance_query
impl Unpin for Vulkan_KHR_performance_query
impl UnwindSafe for Vulkan_KHR_performance_query
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