#[repr(C)]pub struct PhysicalDeviceCoverageReductionModeFeaturesNV {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub coverage_reduction_mode: u32,
}Expand description
VkPhysicalDeviceCoverageReductionModeFeaturesNV
Provided by VK_NV_coverage_reduction_mode.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_COVERAGE_REDUCTION_MODE_FEATURES_NV.
p_next: *mut c_voidOptional, may be null.
coverage_reduction_mode: u32Implementations§
Source§impl PhysicalDeviceCoverageReductionModeFeaturesNV
impl PhysicalDeviceCoverageReductionModeFeaturesNV
Sourcepub fn builder<'a>() -> PhysicalDeviceCoverageReductionModeFeaturesNVBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceCoverageReductionModeFeaturesNVBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
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 · 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
impl ExtendsDeviceCreateInfo for PhysicalDeviceCoverageReductionModeFeaturesNV
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceCoverageReductionModeFeaturesNV
Auto Trait Implementations§
impl Freeze for PhysicalDeviceCoverageReductionModeFeaturesNV
impl RefUnwindSafe for PhysicalDeviceCoverageReductionModeFeaturesNV
impl !Send for PhysicalDeviceCoverageReductionModeFeaturesNV
impl !Sync 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