pub struct PhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNVBuilder<'a> { /* private fields */ }Expand description
Builder for PhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> PhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNVBuilder<'a>
impl<'a> PhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNVBuilder<'a>
pub fn device_generated_compute( self, value: bool, ) -> PhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNVBuilder<'a>
pub fn device_generated_compute_pipelines( self, value: bool, ) -> PhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNVBuilder<'a>
pub fn device_generated_compute_capture_replay( self, value: bool, ) -> PhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNVBuilder<'a>
Sourcepub fn push_next<T>(
self,
next: &'a mut T,
) -> PhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNVBuilder<'a>
pub fn push_next<T>( self, next: &'a mut T, ) -> PhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNVBuilder<'a>
Prepend a struct to the pNext chain. See PhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for PhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNVBuilder<'a>
impl<'a> Deref for PhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNVBuilder<'a>
Source§type Target = PhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV
type Target = PhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNV
The resulting type after dereferencing.
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNVBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNVBuilder<'a>
impl<'a> !Send for PhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNVBuilder<'a>
impl<'a> !Sync for PhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNVBuilder<'a>
impl<'a> Unpin for PhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNVBuilder<'a>
impl<'a> UnsafeUnpin for PhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNVBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceDeviceGeneratedCommandsComputeFeaturesNVBuilder<'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