#[repr(C)]pub struct CudaFunctionCreateInfoNV {
pub s_type: StructureType,
pub p_next: *const c_void,
pub module: CudaModuleNV,
pub p_name: *const c_char,
}Expand description
VkCudaFunctionCreateInfoNV
Provided by VK_NV_cuda_kernel_launch.
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_CUDA_FUNCTION_CREATE_INFO_NV.
p_next: *const c_voidOptional, may be null.
module: CudaModuleNV§p_name: *const c_charImplementations§
Source§impl CudaFunctionCreateInfoNV
impl CudaFunctionCreateInfoNV
Sourcepub fn builder<'a>() -> CudaFunctionCreateInfoNVBuilder<'a>
pub fn builder<'a>() -> CudaFunctionCreateInfoNVBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for CudaFunctionCreateInfoNV
impl Clone for CudaFunctionCreateInfoNV
Source§fn clone(&self) -> CudaFunctionCreateInfoNV
fn clone(&self) -> CudaFunctionCreateInfoNV
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CudaFunctionCreateInfoNV
impl Debug for CudaFunctionCreateInfoNV
Source§impl Default for CudaFunctionCreateInfoNV
impl Default for CudaFunctionCreateInfoNV
impl Copy for CudaFunctionCreateInfoNV
Auto Trait Implementations§
impl Freeze for CudaFunctionCreateInfoNV
impl RefUnwindSafe for CudaFunctionCreateInfoNV
impl !Send for CudaFunctionCreateInfoNV
impl !Sync for CudaFunctionCreateInfoNV
impl Unpin for CudaFunctionCreateInfoNV
impl UnsafeUnpin for CudaFunctionCreateInfoNV
impl UnwindSafe for CudaFunctionCreateInfoNV
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more