pub struct InstanceFnV1_0 {Show 13 fields
pub destroy_instance: unsafe extern "system" fn(Instance, *const AllocationCallbacks),
pub enumerate_physical_devices: unsafe extern "system" fn(Instance, *mut u32, *mut PhysicalDevice) -> Result,
pub get_physical_device_features: unsafe extern "system" fn(PhysicalDevice, *mut PhysicalDeviceFeatures),
pub get_physical_device_format_properties: unsafe extern "system" fn(PhysicalDevice, Format, *mut FormatProperties),
pub get_physical_device_image_format_properties: unsafe extern "system" fn(PhysicalDevice, Format, ImageType, ImageTiling, ImageUsageFlags, ImageCreateFlags, *mut ImageFormatProperties) -> Result,
pub get_physical_device_properties: unsafe extern "system" fn(PhysicalDevice, *mut PhysicalDeviceProperties),
pub get_physical_device_queue_family_properties: unsafe extern "system" fn(PhysicalDevice, *mut u32, *mut QueueFamilyProperties),
pub get_physical_device_memory_properties: unsafe extern "system" fn(PhysicalDevice, *mut PhysicalDeviceMemoryProperties),
pub get_device_proc_addr: unsafe extern "system" fn(Device, *const i8) -> Option<unsafe extern "system" fn()>,
pub create_device: unsafe extern "system" fn(PhysicalDevice, *const DeviceCreateInfo, *const AllocationCallbacks, *mut Device) -> Result,
pub enumerate_device_extension_properties: unsafe extern "system" fn(PhysicalDevice, *const i8, *mut u32, *mut ExtensionProperties) -> Result,
pub enumerate_device_layer_properties: unsafe extern "system" fn(PhysicalDevice, *mut u32, *mut LayerProperties) -> Result,
pub get_physical_device_sparse_image_format_properties: unsafe extern "system" fn(PhysicalDevice, Format, ImageType, SampleCountFlags, ImageUsageFlags, ImageTiling, *mut u32, *mut SparseImageFormatProperties),
}Fields
destroy_instance: unsafe extern "system" fn(Instance, *const AllocationCallbacks)enumerate_physical_devices: unsafe extern "system" fn(Instance, *mut u32, *mut PhysicalDevice) -> Resultget_physical_device_features: unsafe extern "system" fn(PhysicalDevice, *mut PhysicalDeviceFeatures)get_physical_device_format_properties: unsafe extern "system" fn(PhysicalDevice, Format, *mut FormatProperties)get_physical_device_image_format_properties: unsafe extern "system" fn(PhysicalDevice, Format, ImageType, ImageTiling, ImageUsageFlags, ImageCreateFlags, *mut ImageFormatProperties) -> Resultget_physical_device_properties: unsafe extern "system" fn(PhysicalDevice, *mut PhysicalDeviceProperties)get_physical_device_queue_family_properties: unsafe extern "system" fn(PhysicalDevice, *mut u32, *mut QueueFamilyProperties)get_physical_device_memory_properties: unsafe extern "system" fn(PhysicalDevice, *mut PhysicalDeviceMemoryProperties)get_device_proc_addr: unsafe extern "system" fn(Device, *const i8) -> Option<unsafe extern "system" fn()>create_device: unsafe extern "system" fn(PhysicalDevice, *const DeviceCreateInfo, *const AllocationCallbacks, *mut Device) -> Resultenumerate_device_extension_properties: unsafe extern "system" fn(PhysicalDevice, *const i8, *mut u32, *mut ExtensionProperties) -> Resultenumerate_device_layer_properties: unsafe extern "system" fn(PhysicalDevice, *mut u32, *mut LayerProperties) -> Resultget_physical_device_sparse_image_format_properties: unsafe extern "system" fn(PhysicalDevice, Format, ImageType, SampleCountFlags, ImageUsageFlags, ImageTiling, *mut u32, *mut SparseImageFormatProperties)Implementations
sourceimpl InstanceFnV1_0
impl InstanceFnV1_0
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