pub struct InstanceFnV1_0 {
Show 13 fields pub destroy_instance: PFN_vkDestroyInstance, pub enumerate_physical_devices: PFN_vkEnumeratePhysicalDevices, pub get_physical_device_features: PFN_vkGetPhysicalDeviceFeatures, pub get_physical_device_format_properties: PFN_vkGetPhysicalDeviceFormatProperties, pub get_physical_device_image_format_properties: PFN_vkGetPhysicalDeviceImageFormatProperties, pub get_physical_device_properties: PFN_vkGetPhysicalDeviceProperties, pub get_physical_device_queue_family_properties: PFN_vkGetPhysicalDeviceQueueFamilyProperties, pub get_physical_device_memory_properties: PFN_vkGetPhysicalDeviceMemoryProperties, pub get_device_proc_addr: PFN_vkGetDeviceProcAddr, pub create_device: PFN_vkCreateDevice, pub enumerate_device_extension_properties: PFN_vkEnumerateDeviceExtensionProperties, pub enumerate_device_layer_properties: PFN_vkEnumerateDeviceLayerProperties, pub get_physical_device_sparse_image_format_properties: PFN_vkGetPhysicalDeviceSparseImageFormatProperties,
}

Fields

destroy_instance: PFN_vkDestroyInstanceenumerate_physical_devices: PFN_vkEnumeratePhysicalDevicesget_physical_device_features: PFN_vkGetPhysicalDeviceFeaturesget_physical_device_format_properties: PFN_vkGetPhysicalDeviceFormatPropertiesget_physical_device_image_format_properties: PFN_vkGetPhysicalDeviceImageFormatPropertiesget_physical_device_properties: PFN_vkGetPhysicalDevicePropertiesget_physical_device_queue_family_properties: PFN_vkGetPhysicalDeviceQueueFamilyPropertiesget_physical_device_memory_properties: PFN_vkGetPhysicalDeviceMemoryPropertiesget_device_proc_addr: PFN_vkGetDeviceProcAddrcreate_device: PFN_vkCreateDeviceenumerate_device_extension_properties: PFN_vkEnumerateDeviceExtensionPropertiesenumerate_device_layer_properties: PFN_vkEnumerateDeviceLayerPropertiesget_physical_device_sparse_image_format_properties: PFN_vkGetPhysicalDeviceSparseImageFormatProperties

Implementations

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.