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