#[repr(C)]pub struct PhysicalDeviceCoverageReductionModeFeaturesNV<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub coverage_reduction_mode: Bool32,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§coverage_reduction_mode: Bool32
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> PhysicalDeviceCoverageReductionModeFeaturesNV<'a>
impl<'a> PhysicalDeviceCoverageReductionModeFeaturesNV<'a>
pub fn coverage_reduction_mode(self, coverage_reduction_mode: bool) -> Self
Trait Implementations§
source§impl<'a> Clone for PhysicalDeviceCoverageReductionModeFeaturesNV<'a>
impl<'a> Clone for PhysicalDeviceCoverageReductionModeFeaturesNV<'a>
source§fn clone(&self) -> PhysicalDeviceCoverageReductionModeFeaturesNV<'a>
fn clone(&self) -> PhysicalDeviceCoverageReductionModeFeaturesNV<'a>
Returns a copy 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<'a> Debug for PhysicalDeviceCoverageReductionModeFeaturesNV<'a>
impl<'a> Debug for PhysicalDeviceCoverageReductionModeFeaturesNV<'a>
source§impl<'a> TaggedStructure for PhysicalDeviceCoverageReductionModeFeaturesNV<'a>
impl<'a> TaggedStructure for PhysicalDeviceCoverageReductionModeFeaturesNV<'a>
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_COVERAGE_REDUCTION_MODE_FEATURES_NV
impl<'a> Copy for PhysicalDeviceCoverageReductionModeFeaturesNV<'a>
impl ExtendsDeviceCreateInfo for PhysicalDeviceCoverageReductionModeFeaturesNV<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceCoverageReductionModeFeaturesNV<'_>
impl Send for PhysicalDeviceCoverageReductionModeFeaturesNV<'_>
impl Sync for PhysicalDeviceCoverageReductionModeFeaturesNV<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceCoverageReductionModeFeaturesNV<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceCoverageReductionModeFeaturesNV<'a>
impl<'a> Unpin for PhysicalDeviceCoverageReductionModeFeaturesNV<'a>
impl<'a> UnwindSafe for PhysicalDeviceCoverageReductionModeFeaturesNV<'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