#[repr(transparent)]pub struct PhysicalDeviceCoverageReductionModeFeaturesNVBuilder<'a> { /* private fields */ }Implementations
sourceimpl<'a> PhysicalDeviceCoverageReductionModeFeaturesNVBuilder<'a>
impl<'a> PhysicalDeviceCoverageReductionModeFeaturesNVBuilder<'a>
pub fn coverage_reduction_mode(
self,
coverage_reduction_mode: bool
) -> PhysicalDeviceCoverageReductionModeFeaturesNVBuilder<'a>
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
sourceimpl<'a> Deref for PhysicalDeviceCoverageReductionModeFeaturesNVBuilder<'a>
impl<'a> Deref for PhysicalDeviceCoverageReductionModeFeaturesNVBuilder<'a>
type Target = PhysicalDeviceCoverageReductionModeFeaturesNV
type Target = PhysicalDeviceCoverageReductionModeFeaturesNV
The resulting type after dereferencing.
sourcefn deref(
&self
) -> &<PhysicalDeviceCoverageReductionModeFeaturesNVBuilder<'a> as Deref>::Target
fn deref(
&self
) -> &<PhysicalDeviceCoverageReductionModeFeaturesNVBuilder<'a> as Deref>::Target
Dereferences the value.
sourceimpl<'a> DerefMut for PhysicalDeviceCoverageReductionModeFeaturesNVBuilder<'a>
impl<'a> DerefMut for PhysicalDeviceCoverageReductionModeFeaturesNVBuilder<'a>
sourcefn deref_mut(
&mut self
) -> &mut <PhysicalDeviceCoverageReductionModeFeaturesNVBuilder<'a> as Deref>::Target
fn deref_mut(
&mut self
) -> &mut <PhysicalDeviceCoverageReductionModeFeaturesNVBuilder<'a> as Deref>::Target
Mutably dereferences the value.
impl<'_> ExtendsDeviceCreateInfo for PhysicalDeviceCoverageReductionModeFeaturesNVBuilder<'_>
impl<'_> ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceCoverageReductionModeFeaturesNVBuilder<'_>
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more