#[repr(transparent)]pub struct PFN_vkGetPhysicalDeviceFormatProperties(pub unsafe extern "system" fn(physicalDevice: VkPhysicalDevice, format: VkFormat, pFormatProperties: *mut VkFormatProperties));Tuple Fields§
§0: unsafe extern "system" fn(physicalDevice: VkPhysicalDevice, format: VkFormat, pFormatProperties: *mut VkFormatProperties)Trait Implementations§
Source§impl Clone for PFN_vkGetPhysicalDeviceFormatProperties
impl Clone for PFN_vkGetPhysicalDeviceFormatProperties
Source§fn clone(&self) -> PFN_vkGetPhysicalDeviceFormatProperties
fn clone(&self) -> PFN_vkGetPhysicalDeviceFormatProperties
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 PFN for PFN_vkGetPhysicalDeviceFormatProperties
impl PFN for PFN_vkGetPhysicalDeviceFormatProperties
const NAME_CSTR: &'static CStr = c"vkGetPhysicalDeviceFormatProperties"
Source§unsafe fn from_void_fn(p: PFN_vkVoidFunction) -> Self
unsafe fn from_void_fn(p: PFN_vkVoidFunction) -> Self
Safety Read more
Source§impl StaticCallable for PFN_vkGetPhysicalDeviceFormatProperties
Available on crate feature Implements and non-crate feature DynamicLoaded only.
impl StaticCallable for PFN_vkGetPhysicalDeviceFormatProperties
Available on crate feature
Implements and non-crate feature DynamicLoaded only.impl Copy for PFN_vkGetPhysicalDeviceFormatProperties
Auto Trait Implementations§
impl Freeze for PFN_vkGetPhysicalDeviceFormatProperties
impl RefUnwindSafe for PFN_vkGetPhysicalDeviceFormatProperties
impl Send for PFN_vkGetPhysicalDeviceFormatProperties
impl Sync for PFN_vkGetPhysicalDeviceFormatProperties
impl Unpin for PFN_vkGetPhysicalDeviceFormatProperties
impl UnsafeUnpin for PFN_vkGetPhysicalDeviceFormatProperties
impl UnwindSafe for PFN_vkGetPhysicalDeviceFormatProperties
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