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