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