[go: up one dir, main page]

Struct ash::vk::InstanceFnV1_0

source ·
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_vkDestroyInstance§enumerate_physical_devices: PFN_vkEnumeratePhysicalDevices§get_physical_device_features: PFN_vkGetPhysicalDeviceFeatures§get_physical_device_format_properties: PFN_vkGetPhysicalDeviceFormatProperties§get_physical_device_image_format_properties: PFN_vkGetPhysicalDeviceImageFormatProperties§get_physical_device_properties: PFN_vkGetPhysicalDeviceProperties§get_physical_device_queue_family_properties: PFN_vkGetPhysicalDeviceQueueFamilyProperties§get_physical_device_memory_properties: PFN_vkGetPhysicalDeviceMemoryProperties§get_device_proc_addr: PFN_vkGetDeviceProcAddr§create_device: PFN_vkCreateDevice§enumerate_device_extension_properties: PFN_vkEnumerateDeviceExtensionProperties§enumerate_device_layer_properties: PFN_vkEnumerateDeviceLayerProperties§get_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
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.