pub struct CuFunctionCreateInfoNVXBuilder<'a> { /* private fields */ }Expand description
Builder for CuFunctionCreateInfoNVX with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> CuFunctionCreateInfoNVXBuilder<'a>
impl<'a> CuFunctionCreateInfoNVXBuilder<'a>
pub fn module(self, value: CuModuleNVX) -> Self
pub fn name(self, value: &'a CStr) -> Self
Sourcepub fn push_next<T: ExtendsCuFunctionCreateInfoNVX>(
self,
next: &'a mut T,
) -> Self
pub fn push_next<T: ExtendsCuFunctionCreateInfoNVX>( self, next: &'a mut T, ) -> Self
Prepend a struct to the pNext chain. See CuFunctionCreateInfoNVX’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for CuFunctionCreateInfoNVXBuilder<'a>
impl<'a> Deref for CuFunctionCreateInfoNVXBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for CuFunctionCreateInfoNVXBuilder<'a>
impl<'a> RefUnwindSafe for CuFunctionCreateInfoNVXBuilder<'a>
impl<'a> !Send for CuFunctionCreateInfoNVXBuilder<'a>
impl<'a> !Sync for CuFunctionCreateInfoNVXBuilder<'a>
impl<'a> Unpin for CuFunctionCreateInfoNVXBuilder<'a>
impl<'a> UnsafeUnpin for CuFunctionCreateInfoNVXBuilder<'a>
impl<'a> UnwindSafe for CuFunctionCreateInfoNVXBuilder<'a>
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