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