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