pub struct InstanceFnV1_1 {
    pub enumerate_physical_device_groups: PFN_vkEnumeratePhysicalDeviceGroups,
    pub get_physical_device_features2: PFN_vkGetPhysicalDeviceFeatures2,
    pub get_physical_device_properties2: PFN_vkGetPhysicalDeviceProperties2,
    pub get_physical_device_format_properties2: PFN_vkGetPhysicalDeviceFormatProperties2,
    pub get_physical_device_image_format_properties2: PFN_vkGetPhysicalDeviceImageFormatProperties2,
    pub get_physical_device_queue_family_properties2: PFN_vkGetPhysicalDeviceQueueFamilyProperties2,
    pub get_physical_device_memory_properties2: PFN_vkGetPhysicalDeviceMemoryProperties2,
    pub get_physical_device_sparse_image_format_properties2: PFN_vkGetPhysicalDeviceSparseImageFormatProperties2,
    pub get_physical_device_external_buffer_properties: PFN_vkGetPhysicalDeviceExternalBufferProperties,
    pub get_physical_device_external_fence_properties: PFN_vkGetPhysicalDeviceExternalFenceProperties,
    pub get_physical_device_external_semaphore_properties: PFN_vkGetPhysicalDeviceExternalSemaphoreProperties,
}Fields§
§enumerate_physical_device_groups: PFN_vkEnumeratePhysicalDeviceGroups§get_physical_device_features2: PFN_vkGetPhysicalDeviceFeatures2§get_physical_device_properties2: PFN_vkGetPhysicalDeviceProperties2§get_physical_device_format_properties2: PFN_vkGetPhysicalDeviceFormatProperties2§get_physical_device_image_format_properties2: PFN_vkGetPhysicalDeviceImageFormatProperties2§get_physical_device_queue_family_properties2: PFN_vkGetPhysicalDeviceQueueFamilyProperties2§get_physical_device_memory_properties2: PFN_vkGetPhysicalDeviceMemoryProperties2§get_physical_device_sparse_image_format_properties2: PFN_vkGetPhysicalDeviceSparseImageFormatProperties2§get_physical_device_external_buffer_properties: PFN_vkGetPhysicalDeviceExternalBufferProperties§get_physical_device_external_fence_properties: PFN_vkGetPhysicalDeviceExternalFenceProperties§get_physical_device_external_semaphore_properties: PFN_vkGetPhysicalDeviceExternalSemaphorePropertiesImplementations§
Trait Implementations§
Source§impl Clone for InstanceFnV1_1
 
impl Clone for InstanceFnV1_1
Source§fn clone(&self) -> InstanceFnV1_1
 
fn clone(&self) -> InstanceFnV1_1
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 moreimpl Send for InstanceFnV1_1
impl Sync for InstanceFnV1_1
Auto Trait Implementations§
impl Freeze for InstanceFnV1_1
impl RefUnwindSafe for InstanceFnV1_1
impl Unpin for InstanceFnV1_1
impl UnwindSafe for InstanceFnV1_1
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