#[repr(transparent)]pub struct PFN_vkGetPhysicalDeviceSparseImageFormatProperties2KHR(pub unsafe extern "system" fn(physicalDevice: VkPhysicalDevice, pFormatInfo: *const VkPhysicalDeviceSparseImageFormatInfo2KHR, pPropertyCount: *mut u32, pProperties: *mut VkSparseImageFormatProperties2KHR));Tuple Fields§
§0: unsafe extern "system" fn(physicalDevice: VkPhysicalDevice, pFormatInfo: *const VkPhysicalDeviceSparseImageFormatInfo2KHR, pPropertyCount: *mut u32, pProperties: *mut VkSparseImageFormatProperties2KHR)Trait Implementations§
Source§impl Clone for PFN_vkGetPhysicalDeviceSparseImageFormatProperties2KHR
impl Clone for PFN_vkGetPhysicalDeviceSparseImageFormatProperties2KHR
Source§fn clone(&self) -> PFN_vkGetPhysicalDeviceSparseImageFormatProperties2KHR
fn clone(&self) -> PFN_vkGetPhysicalDeviceSparseImageFormatProperties2KHR
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 FromPtr for PFN_vkGetPhysicalDeviceSparseImageFormatProperties2KHR
Available on crate feature VK_KHR_get_physical_device_properties2 only.
impl FromPtr for PFN_vkGetPhysicalDeviceSparseImageFormatProperties2KHR
Available on crate feature
VK_KHR_get_physical_device_properties2 only.Source§impl PFN for PFN_vkGetPhysicalDeviceSparseImageFormatProperties2KHR
Available on crate feature VK_KHR_get_physical_device_properties2 only.
impl PFN for PFN_vkGetPhysicalDeviceSparseImageFormatProperties2KHR
Available on crate feature
VK_KHR_get_physical_device_properties2 only.const NAME_CSTR: &'static CStr = c"vkGetPhysicalDeviceSparseImageFormatProperties2KHR"
Source§unsafe fn from_void_fn(p: PFN_vkVoidFunction) -> Self
unsafe fn from_void_fn(p: PFN_vkVoidFunction) -> Self
Safety Read more
impl Copy for PFN_vkGetPhysicalDeviceSparseImageFormatProperties2KHR
Auto Trait Implementations§
impl Freeze for PFN_vkGetPhysicalDeviceSparseImageFormatProperties2KHR
impl RefUnwindSafe for PFN_vkGetPhysicalDeviceSparseImageFormatProperties2KHR
impl Send for PFN_vkGetPhysicalDeviceSparseImageFormatProperties2KHR
impl Sync for PFN_vkGetPhysicalDeviceSparseImageFormatProperties2KHR
impl Unpin for PFN_vkGetPhysicalDeviceSparseImageFormatProperties2KHR
impl UnsafeUnpin for PFN_vkGetPhysicalDeviceSparseImageFormatProperties2KHR
impl UnwindSafe for PFN_vkGetPhysicalDeviceSparseImageFormatProperties2KHR
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