#[repr(transparent)]pub struct PFN_vkBindImageMemory(pub unsafe extern "system" fn(device: VkDevice, image: VkImage, memory: VkDeviceMemory, memoryOffset: VkDeviceSize) -> VkResult);Tuple Fields§
§0: unsafe extern "system" fn(device: VkDevice, image: VkImage, memory: VkDeviceMemory, memoryOffset: VkDeviceSize) -> VkResultTrait Implementations§
Source§impl Clone for PFN_vkBindImageMemory
impl Clone for PFN_vkBindImageMemory
Source§fn clone(&self) -> PFN_vkBindImageMemory
fn clone(&self) -> PFN_vkBindImageMemory
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_vkBindImageMemory
impl Debug for PFN_vkBindImageMemory
Source§impl PFN for PFN_vkBindImageMemory
impl PFN for PFN_vkBindImageMemory
Source§impl PartialEq for PFN_vkBindImageMemory
impl PartialEq for PFN_vkBindImageMemory
impl Copy for PFN_vkBindImageMemory
impl Eq for PFN_vkBindImageMemory
impl StructuralPartialEq for PFN_vkBindImageMemory
Auto Trait Implementations§
impl Freeze for PFN_vkBindImageMemory
impl RefUnwindSafe for PFN_vkBindImageMemory
impl Send for PFN_vkBindImageMemory
impl Sync for PFN_vkBindImageMemory
impl Unpin for PFN_vkBindImageMemory
impl UnwindSafe for PFN_vkBindImageMemory
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