#[repr(transparent)]pub struct PFN_vkGetPhysicalDeviceQueueFamilyProperties(pub unsafe extern "system" fn(physicalDevice: VkPhysicalDevice, pQueueFamilyPropertyCount: *mut u32, pQueueFamilyProperties: *mut VkQueueFamilyProperties));Tuple Fields§
§0: unsafe extern "system" fn(physicalDevice: VkPhysicalDevice, pQueueFamilyPropertyCount: *mut u32, pQueueFamilyProperties: *mut VkQueueFamilyProperties)Trait Implementations§
Source§impl Clone for PFN_vkGetPhysicalDeviceQueueFamilyProperties
impl Clone for PFN_vkGetPhysicalDeviceQueueFamilyProperties
Source§fn clone(&self) -> PFN_vkGetPhysicalDeviceQueueFamilyProperties
fn clone(&self) -> PFN_vkGetPhysicalDeviceQueueFamilyProperties
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_vkGetPhysicalDeviceQueueFamilyProperties
impl PartialEq for PFN_vkGetPhysicalDeviceQueueFamilyProperties
Source§fn eq(&self, other: &PFN_vkGetPhysicalDeviceQueueFamilyProperties) -> bool
fn eq(&self, other: &PFN_vkGetPhysicalDeviceQueueFamilyProperties) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PFN_vkGetPhysicalDeviceQueueFamilyProperties
impl Eq for PFN_vkGetPhysicalDeviceQueueFamilyProperties
impl StructuralPartialEq for PFN_vkGetPhysicalDeviceQueueFamilyProperties
Auto Trait Implementations§
impl Freeze for PFN_vkGetPhysicalDeviceQueueFamilyProperties
impl RefUnwindSafe for PFN_vkGetPhysicalDeviceQueueFamilyProperties
impl Send for PFN_vkGetPhysicalDeviceQueueFamilyProperties
impl Sync for PFN_vkGetPhysicalDeviceQueueFamilyProperties
impl Unpin for PFN_vkGetPhysicalDeviceQueueFamilyProperties
impl UnwindSafe for PFN_vkGetPhysicalDeviceQueueFamilyProperties
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