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_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_vkGetPhysicalDeviceSparseImageFormatPropertiesImplementations
Trait Implementations
sourceimpl Clone for InstanceFnV1_0
impl Clone for InstanceFnV1_0
sourcefn clone(&self) -> InstanceFnV1_0
fn clone(&self) -> InstanceFnV1_0
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Send for InstanceFnV1_0
impl Sync for InstanceFnV1_0
Auto Trait Implementations
impl RefUnwindSafe for InstanceFnV1_0
impl Unpin for InstanceFnV1_0
impl UnwindSafe for InstanceFnV1_0
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more