pub struct PhysicalDeviceCudaKernelLaunchPropertiesNVBuilder<'a> { /* private fields */ }Expand description
Builder for PhysicalDeviceCudaKernelLaunchPropertiesNV with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> PhysicalDeviceCudaKernelLaunchPropertiesNVBuilder<'a>
impl<'a> PhysicalDeviceCudaKernelLaunchPropertiesNVBuilder<'a>
pub fn compute_capability_minor(self, value: u32) -> Self
pub fn compute_capability_major(self, value: u32) -> Self
Trait Implementations§
Source§impl<'a> Deref for PhysicalDeviceCudaKernelLaunchPropertiesNVBuilder<'a>
impl<'a> Deref for PhysicalDeviceCudaKernelLaunchPropertiesNVBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceCudaKernelLaunchPropertiesNVBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceCudaKernelLaunchPropertiesNVBuilder<'a>
impl<'a> !Send for PhysicalDeviceCudaKernelLaunchPropertiesNVBuilder<'a>
impl<'a> !Sync for PhysicalDeviceCudaKernelLaunchPropertiesNVBuilder<'a>
impl<'a> Unpin for PhysicalDeviceCudaKernelLaunchPropertiesNVBuilder<'a>
impl<'a> UnsafeUnpin for PhysicalDeviceCudaKernelLaunchPropertiesNVBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceCudaKernelLaunchPropertiesNVBuilder<'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