#[repr(C)]pub struct PhysicalDeviceCudaKernelLaunchPropertiesNV {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub compute_capability_minor: u32,
pub compute_capability_major: u32,
}Expand description
VkPhysicalDeviceCudaKernelLaunchPropertiesNV
Provided by VK_NV_cuda_kernel_launch.
Returned only*, filled by Vulkan, not constructed by the application.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_CUDA_KERNEL_LAUNCH_PROPERTIES_NV.
p_next: *mut c_voidOptional, may be null.
compute_capability_minor: u32§compute_capability_major: u32Implementations§
Source§impl PhysicalDeviceCudaKernelLaunchPropertiesNV
impl PhysicalDeviceCudaKernelLaunchPropertiesNV
Sourcepub fn builder<'a>() -> PhysicalDeviceCudaKernelLaunchPropertiesNVBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceCudaKernelLaunchPropertiesNVBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceCudaKernelLaunchPropertiesNV
impl Clone for PhysicalDeviceCudaKernelLaunchPropertiesNV
Source§fn clone(&self) -> PhysicalDeviceCudaKernelLaunchPropertiesNV
fn clone(&self) -> PhysicalDeviceCudaKernelLaunchPropertiesNV
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 moreimpl Copy for PhysicalDeviceCudaKernelLaunchPropertiesNV
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceCudaKernelLaunchPropertiesNV
Auto Trait Implementations§
impl Freeze for PhysicalDeviceCudaKernelLaunchPropertiesNV
impl RefUnwindSafe for PhysicalDeviceCudaKernelLaunchPropertiesNV
impl !Send for PhysicalDeviceCudaKernelLaunchPropertiesNV
impl !Sync for PhysicalDeviceCudaKernelLaunchPropertiesNV
impl Unpin for PhysicalDeviceCudaKernelLaunchPropertiesNV
impl UnsafeUnpin for PhysicalDeviceCudaKernelLaunchPropertiesNV
impl UnwindSafe for PhysicalDeviceCudaKernelLaunchPropertiesNV
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