#[repr(transparent)]pub struct PFN_vkGetPhysicalDeviceImageFormatProperties(pub unsafe extern "system" fn(physicalDevice: VkPhysicalDevice, format: VkFormat, type: VkImageType, tiling: VkImageTiling, usage: VkImageUsageFlags, flags: VkImageCreateFlags, pImageFormatProperties: *mut VkImageFormatProperties) -> VkResult);Tuple Fields§
§0: unsafe extern "system" fn(physicalDevice: VkPhysicalDevice, format: VkFormat, type: VkImageType, tiling: VkImageTiling, usage: VkImageUsageFlags, flags: VkImageCreateFlags, pImageFormatProperties: *mut VkImageFormatProperties) -> VkResultTrait Implementations§
Source§impl Clone for PFN_vkGetPhysicalDeviceImageFormatProperties
impl Clone for PFN_vkGetPhysicalDeviceImageFormatProperties
Source§fn clone(&self) -> PFN_vkGetPhysicalDeviceImageFormatProperties
fn clone(&self) -> PFN_vkGetPhysicalDeviceImageFormatProperties
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_vkGetPhysicalDeviceImageFormatProperties
impl PartialEq for PFN_vkGetPhysicalDeviceImageFormatProperties
Source§fn eq(&self, other: &PFN_vkGetPhysicalDeviceImageFormatProperties) -> bool
fn eq(&self, other: &PFN_vkGetPhysicalDeviceImageFormatProperties) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PFN_vkGetPhysicalDeviceImageFormatProperties
impl Eq for PFN_vkGetPhysicalDeviceImageFormatProperties
impl StructuralPartialEq for PFN_vkGetPhysicalDeviceImageFormatProperties
Auto Trait Implementations§
impl Freeze for PFN_vkGetPhysicalDeviceImageFormatProperties
impl RefUnwindSafe for PFN_vkGetPhysicalDeviceImageFormatProperties
impl Send for PFN_vkGetPhysicalDeviceImageFormatProperties
impl Sync for PFN_vkGetPhysicalDeviceImageFormatProperties
impl Unpin for PFN_vkGetPhysicalDeviceImageFormatProperties
impl UnwindSafe for PFN_vkGetPhysicalDeviceImageFormatProperties
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