#[repr(transparent)]pub struct PFN_vkCreateQueryPool(pub unsafe extern "system" fn(device: VkDevice, pCreateInfo: *const VkQueryPoolCreateInfo, pAllocator: *const VkAllocationCallbacks, pQueryPool: *mut VkQueryPool) -> VkResult);Tuple Fields§
§0: unsafe extern "system" fn(device: VkDevice, pCreateInfo: *const VkQueryPoolCreateInfo, pAllocator: *const VkAllocationCallbacks, pQueryPool: *mut VkQueryPool) -> VkResultTrait Implementations§
Source§impl Clone for PFN_vkCreateQueryPool
impl Clone for PFN_vkCreateQueryPool
Source§fn clone(&self) -> PFN_vkCreateQueryPool
fn clone(&self) -> PFN_vkCreateQueryPool
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 PFN_vkCreateQueryPool
impl Debug for PFN_vkCreateQueryPool
Source§impl PFN for PFN_vkCreateQueryPool
impl PFN for PFN_vkCreateQueryPool
Source§impl PartialEq for PFN_vkCreateQueryPool
impl PartialEq for PFN_vkCreateQueryPool
impl Copy for PFN_vkCreateQueryPool
impl Eq for PFN_vkCreateQueryPool
impl StructuralPartialEq for PFN_vkCreateQueryPool
Auto Trait Implementations§
impl Freeze for PFN_vkCreateQueryPool
impl RefUnwindSafe for PFN_vkCreateQueryPool
impl Send for PFN_vkCreateQueryPool
impl Sync for PFN_vkCreateQueryPool
impl Unpin for PFN_vkCreateQueryPool
impl UnwindSafe for PFN_vkCreateQueryPool
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