#[repr(transparent)]pub struct PFN_vkDestroyBuffer(pub unsafe extern "system" fn(device: VkDevice, buffer: VkBuffer, pAllocator: *const VkAllocationCallbacks));Tuple Fields§
§0: unsafe extern "system" fn(device: VkDevice, buffer: VkBuffer, pAllocator: *const VkAllocationCallbacks)Trait Implementations§
Source§impl Clone for PFN_vkDestroyBuffer
impl Clone for PFN_vkDestroyBuffer
Source§fn clone(&self) -> PFN_vkDestroyBuffer
fn clone(&self) -> PFN_vkDestroyBuffer
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_vkDestroyBuffer
impl Debug for PFN_vkDestroyBuffer
Source§impl FromPtr for PFN_vkDestroyBuffer
impl FromPtr for PFN_vkDestroyBuffer
Source§impl PFN for PFN_vkDestroyBuffer
impl PFN for PFN_vkDestroyBuffer
const NAME_CSTR: &'static CStr = c"vkDestroyBuffer"
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_vkDestroyBuffer
Available on crate feature Implements and non-crate feature DynamicLoaded only.
impl StaticCallable for PFN_vkDestroyBuffer
Available on crate feature
Implements and non-crate feature DynamicLoaded only.impl Copy for PFN_vkDestroyBuffer
Auto Trait Implementations§
impl Freeze for PFN_vkDestroyBuffer
impl RefUnwindSafe for PFN_vkDestroyBuffer
impl Send for PFN_vkDestroyBuffer
impl Sync for PFN_vkDestroyBuffer
impl Unpin for PFN_vkDestroyBuffer
impl UnsafeUnpin for PFN_vkDestroyBuffer
impl UnwindSafe for PFN_vkDestroyBuffer
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