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