#[repr(C)]pub struct PhysicalDeviceCudaKernelLaunchFeaturesNV {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub cuda_kernel_launch_features: u32,
}Expand description
VkPhysicalDeviceCudaKernelLaunchFeaturesNV
Provided by VK_NV_cuda_kernel_launch.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_CUDA_KERNEL_LAUNCH_FEATURES_NV.
p_next: *mut c_voidOptional, may be null.
cuda_kernel_launch_features: u32Implementations§
Source§impl PhysicalDeviceCudaKernelLaunchFeaturesNV
impl PhysicalDeviceCudaKernelLaunchFeaturesNV
Sourcepub fn builder<'a>() -> PhysicalDeviceCudaKernelLaunchFeaturesNVBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceCudaKernelLaunchFeaturesNVBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceCudaKernelLaunchFeaturesNV
impl Clone for PhysicalDeviceCudaKernelLaunchFeaturesNV
Source§fn clone(&self) -> PhysicalDeviceCudaKernelLaunchFeaturesNV
fn clone(&self) -> PhysicalDeviceCudaKernelLaunchFeaturesNV
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 moreSource§impl Default for PhysicalDeviceCudaKernelLaunchFeaturesNV
impl Default for PhysicalDeviceCudaKernelLaunchFeaturesNV
Source§fn default() -> PhysicalDeviceCudaKernelLaunchFeaturesNV
fn default() -> PhysicalDeviceCudaKernelLaunchFeaturesNV
Returns the “default value” for a type. Read more
impl Copy for PhysicalDeviceCudaKernelLaunchFeaturesNV
impl ExtendsDeviceCreateInfo for PhysicalDeviceCudaKernelLaunchFeaturesNV
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceCudaKernelLaunchFeaturesNV
Auto Trait Implementations§
impl Freeze for PhysicalDeviceCudaKernelLaunchFeaturesNV
impl RefUnwindSafe for PhysicalDeviceCudaKernelLaunchFeaturesNV
impl !Send for PhysicalDeviceCudaKernelLaunchFeaturesNV
impl !Sync for PhysicalDeviceCudaKernelLaunchFeaturesNV
impl Unpin for PhysicalDeviceCudaKernelLaunchFeaturesNV
impl UnsafeUnpin for PhysicalDeviceCudaKernelLaunchFeaturesNV
impl UnwindSafe for PhysicalDeviceCudaKernelLaunchFeaturesNV
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