#[repr(C)]pub struct CuFunctionCreateInfoNVX {
pub s_type: StructureType,
pub p_next: *const c_void,
pub module: CuModuleNVX,
pub p_name: *const c_char,
}Expand description
VkCuFunctionCreateInfoNVX
Provided by VK_NVX_binary_import.
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_CU_FUNCTION_CREATE_INFO_NVX.
p_next: *const c_voidOptional, may be null.
module: CuModuleNVX§p_name: *const c_charImplementations§
Source§impl CuFunctionCreateInfoNVX
impl CuFunctionCreateInfoNVX
Sourcepub fn builder<'a>() -> CuFunctionCreateInfoNVXBuilder<'a>
pub fn builder<'a>() -> CuFunctionCreateInfoNVXBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for CuFunctionCreateInfoNVX
impl Clone for CuFunctionCreateInfoNVX
Source§fn clone(&self) -> CuFunctionCreateInfoNVX
fn clone(&self) -> CuFunctionCreateInfoNVX
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 CuFunctionCreateInfoNVX
impl Debug for CuFunctionCreateInfoNVX
Source§impl Default for CuFunctionCreateInfoNVX
impl Default for CuFunctionCreateInfoNVX
impl Copy for CuFunctionCreateInfoNVX
Auto Trait Implementations§
impl Freeze for CuFunctionCreateInfoNVX
impl RefUnwindSafe for CuFunctionCreateInfoNVX
impl !Send for CuFunctionCreateInfoNVX
impl !Sync for CuFunctionCreateInfoNVX
impl Unpin for CuFunctionCreateInfoNVX
impl UnsafeUnpin for CuFunctionCreateInfoNVX
impl UnwindSafe for CuFunctionCreateInfoNVX
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