Struct ash::vk::CuFunctionCreateInfoNVXBuilder
source · pub struct CuFunctionCreateInfoNVXBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> CuFunctionCreateInfoNVXBuilder<'a>
impl<'a> CuFunctionCreateInfoNVXBuilder<'a>
pub fn module(self, module: CuModuleNVX) -> Self
pub fn name(self, name: &'a CStr) -> Self
sourcepub fn build(self) -> CuFunctionCreateInfoNVX
pub fn build(self) -> CuFunctionCreateInfoNVX
Calling build will discard all the lifetime information. Only call this if
necessary! Builders implement Deref
targeting their corresponding Vulkan struct,
so references to builders can be passed directly to Vulkan functions.
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> 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