#[repr(transparent)]pub struct PFN_vkAllocateCommandBuffers(pub unsafe extern "system" fn(device: VkDevice, pAllocateInfo: *const VkCommandBufferAllocateInfo, pCommandBuffers: *mut VkCommandBuffer) -> VkResult);Tuple Fields§
§0: unsafe extern "system" fn(device: VkDevice, pAllocateInfo: *const VkCommandBufferAllocateInfo, pCommandBuffers: *mut VkCommandBuffer) -> VkResultTrait Implementations§
Source§impl Clone for PFN_vkAllocateCommandBuffers
impl Clone for PFN_vkAllocateCommandBuffers
Source§fn clone(&self) -> PFN_vkAllocateCommandBuffers
fn clone(&self) -> PFN_vkAllocateCommandBuffers
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_vkAllocateCommandBuffers
impl Debug for PFN_vkAllocateCommandBuffers
Source§impl PFN for PFN_vkAllocateCommandBuffers
impl PFN for PFN_vkAllocateCommandBuffers
Source§impl PartialEq for PFN_vkAllocateCommandBuffers
impl PartialEq for PFN_vkAllocateCommandBuffers
Source§fn eq(&self, other: &PFN_vkAllocateCommandBuffers) -> bool
fn eq(&self, other: &PFN_vkAllocateCommandBuffers) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PFN_vkAllocateCommandBuffers
impl Eq for PFN_vkAllocateCommandBuffers
impl StructuralPartialEq for PFN_vkAllocateCommandBuffers
Auto Trait Implementations§
impl Freeze for PFN_vkAllocateCommandBuffers
impl RefUnwindSafe for PFN_vkAllocateCommandBuffers
impl Send for PFN_vkAllocateCommandBuffers
impl Sync for PFN_vkAllocateCommandBuffers
impl Unpin for PFN_vkAllocateCommandBuffers
impl UnwindSafe for PFN_vkAllocateCommandBuffers
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