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