#[repr(transparent)]pub struct PFN_vkDestroyInstance(pub unsafe extern "system" fn(instance: VkInstance, pAllocator: *const VkAllocationCallbacks));Tuple Fields§
§0: unsafe extern "system" fn(instance: VkInstance, pAllocator: *const VkAllocationCallbacks)Trait Implementations§
Source§impl Clone for PFN_vkDestroyInstance
impl Clone for PFN_vkDestroyInstance
Source§fn clone(&self) -> PFN_vkDestroyInstance
fn clone(&self) -> PFN_vkDestroyInstance
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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_vkDestroyInstance
impl Debug for PFN_vkDestroyInstance
Source§impl FromPtr for PFN_vkDestroyInstance
impl FromPtr for PFN_vkDestroyInstance
Source§impl PFN for PFN_vkDestroyInstance
impl PFN for PFN_vkDestroyInstance
const NAME_CSTR: &'static CStr = c"vkDestroyInstance"
Source§unsafe fn from_void_fn(p: PFN_vkVoidFunction) -> Self
unsafe fn from_void_fn(p: PFN_vkVoidFunction) -> Self
Safety Read more
Source§impl StaticCallable for PFN_vkDestroyInstance
Available on crate feature Implements and non-crate feature DynamicLoaded only.
impl StaticCallable for PFN_vkDestroyInstance
Available on crate feature
Implements and non-crate feature DynamicLoaded only.impl Copy for PFN_vkDestroyInstance
Auto Trait Implementations§
impl Freeze for PFN_vkDestroyInstance
impl RefUnwindSafe for PFN_vkDestroyInstance
impl Send for PFN_vkDestroyInstance
impl Sync for PFN_vkDestroyInstance
impl Unpin for PFN_vkDestroyInstance
impl UnsafeUnpin for PFN_vkDestroyInstance
impl UnwindSafe for PFN_vkDestroyInstance
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