pub struct PhysicalDeviceCoverageReductionModeFeaturesNVBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceCoverageReductionModeFeaturesNVBuilder<'a>
impl<'a> PhysicalDeviceCoverageReductionModeFeaturesNVBuilder<'a>
pub fn coverage_reduction_mode(self, coverage_reduction_mode: bool) -> Self
sourcepub fn build(self) -> PhysicalDeviceCoverageReductionModeFeaturesNV
pub fn build(self) -> PhysicalDeviceCoverageReductionModeFeaturesNV
Calling build will discard all the lifetime information. Only call this if
necessary! Builders implement Deref
targeting their corresponding Vulkan struct,
so references to builders can be passed directly to Vulkan functions.
Trait Implementations§
source§impl<'a> Deref for PhysicalDeviceCoverageReductionModeFeaturesNVBuilder<'a>
impl<'a> Deref for PhysicalDeviceCoverageReductionModeFeaturesNVBuilder<'a>
source§impl<'a> DerefMut for PhysicalDeviceCoverageReductionModeFeaturesNVBuilder<'a>
impl<'a> DerefMut for PhysicalDeviceCoverageReductionModeFeaturesNVBuilder<'a>
impl ExtendsDeviceCreateInfo for PhysicalDeviceCoverageReductionModeFeaturesNVBuilder<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceCoverageReductionModeFeaturesNVBuilder<'_>
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> 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