[go: up one dir, main page]

Struct ash::vk::NvxBinaryImportFn

source ·
pub struct NvxBinaryImportFn {
    pub create_cu_module_nvx: PFN_vkCreateCuModuleNVX,
    pub create_cu_function_nvx: PFN_vkCreateCuFunctionNVX,
    pub destroy_cu_module_nvx: PFN_vkDestroyCuModuleNVX,
    pub destroy_cu_function_nvx: PFN_vkDestroyCuFunctionNVX,
    pub cmd_cu_launch_kernel_nvx: PFN_vkCmdCuLaunchKernelNVX,
}

Fields§

§create_cu_module_nvx: PFN_vkCreateCuModuleNVX§create_cu_function_nvx: PFN_vkCreateCuFunctionNVX§destroy_cu_module_nvx: PFN_vkDestroyCuModuleNVX§destroy_cu_function_nvx: PFN_vkDestroyCuFunctionNVX§cmd_cu_launch_kernel_nvx: PFN_vkCmdCuLaunchKernelNVX

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.