#[repr(C)]pub struct PhysicalDeviceCoverageReductionModeFeaturesNV {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub coverage_reduction_mode: u32,
}Expand description
Fields§
§s_type: StructureType§p_next: *mut c_void§coverage_reduction_mode: u32Implementations§
Trait Implementations§
Source§impl Clone for PhysicalDeviceCoverageReductionModeFeaturesNV
impl Clone for PhysicalDeviceCoverageReductionModeFeaturesNV
Source§fn clone(&self) -> PhysicalDeviceCoverageReductionModeFeaturesNV
fn clone(&self) -> PhysicalDeviceCoverageReductionModeFeaturesNV
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PhysicalDeviceCoverageReductionModeFeaturesNV
Source§impl Default for PhysicalDeviceCoverageReductionModeFeaturesNV
impl Default for PhysicalDeviceCoverageReductionModeFeaturesNV
Source§fn default() -> PhysicalDeviceCoverageReductionModeFeaturesNV
fn default() -> PhysicalDeviceCoverageReductionModeFeaturesNV
Returns the “default value” for a type. Read more
impl ExtendsDeviceCreateInfo for PhysicalDeviceCoverageReductionModeFeaturesNV
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceCoverageReductionModeFeaturesNV
Source§impl TaggedStructure for PhysicalDeviceCoverageReductionModeFeaturesNV
impl TaggedStructure for PhysicalDeviceCoverageReductionModeFeaturesNV
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_COVERAGE_REDUCTION_MODE_FEATURES_NV
Auto Trait Implementations§
impl !Send for PhysicalDeviceCoverageReductionModeFeaturesNV
impl !Sync for PhysicalDeviceCoverageReductionModeFeaturesNV
impl Freeze for PhysicalDeviceCoverageReductionModeFeaturesNV
impl RefUnwindSafe for PhysicalDeviceCoverageReductionModeFeaturesNV
impl Unpin for PhysicalDeviceCoverageReductionModeFeaturesNV
impl UnsafeUnpin for PhysicalDeviceCoverageReductionModeFeaturesNV
impl UnwindSafe for PhysicalDeviceCoverageReductionModeFeaturesNV
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