#[repr(C)]pub struct PhysicalDeviceCudaKernelLaunchPropertiesNV<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub compute_capability_minor: u32,
pub compute_capability_major: u32,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§compute_capability_minor: u32
§compute_capability_major: u32
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> PhysicalDeviceCudaKernelLaunchPropertiesNV<'a>
impl<'a> PhysicalDeviceCudaKernelLaunchPropertiesNV<'a>
pub fn compute_capability_minor(self, compute_capability_minor: u32) -> Self
pub fn compute_capability_major(self, compute_capability_major: u32) -> Self
Trait Implementations§
source§impl<'a> Clone for PhysicalDeviceCudaKernelLaunchPropertiesNV<'a>
impl<'a> Clone for PhysicalDeviceCudaKernelLaunchPropertiesNV<'a>
source§fn clone(&self) -> PhysicalDeviceCudaKernelLaunchPropertiesNV<'a>
fn clone(&self) -> PhysicalDeviceCudaKernelLaunchPropertiesNV<'a>
Returns a copy 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<'a> Debug for PhysicalDeviceCudaKernelLaunchPropertiesNV<'a>
impl<'a> Debug for PhysicalDeviceCudaKernelLaunchPropertiesNV<'a>
source§impl Default for PhysicalDeviceCudaKernelLaunchPropertiesNV<'_>
impl Default for PhysicalDeviceCudaKernelLaunchPropertiesNV<'_>
source§impl<'a> TaggedStructure for PhysicalDeviceCudaKernelLaunchPropertiesNV<'a>
impl<'a> TaggedStructure for PhysicalDeviceCudaKernelLaunchPropertiesNV<'a>
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_CUDA_KERNEL_LAUNCH_PROPERTIES_NV
impl<'a> Copy for PhysicalDeviceCudaKernelLaunchPropertiesNV<'a>
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceCudaKernelLaunchPropertiesNV<'_>
impl Send for PhysicalDeviceCudaKernelLaunchPropertiesNV<'_>
impl Sync for PhysicalDeviceCudaKernelLaunchPropertiesNV<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceCudaKernelLaunchPropertiesNV<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceCudaKernelLaunchPropertiesNV<'a>
impl<'a> Unpin for PhysicalDeviceCudaKernelLaunchPropertiesNV<'a>
impl<'a> UnwindSafe for PhysicalDeviceCudaKernelLaunchPropertiesNV<'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