#[repr(C)]pub struct PipelineCoverageReductionStateCreateInfoNV {
    pub s_type: StructureType,
    pub p_next: *const c_void,
    pub flags: PipelineCoverageReductionStateCreateFlagsNV,
    pub coverage_reduction_mode: CoverageReductionModeNV,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§flags: PipelineCoverageReductionStateCreateFlagsNV§coverage_reduction_mode: CoverageReductionModeNVImplementations§
Trait Implementations§
source§impl Clone for PipelineCoverageReductionStateCreateInfoNV
 
impl Clone for PipelineCoverageReductionStateCreateInfoNV
source§fn clone(&self) -> PipelineCoverageReductionStateCreateInfoNV
 
fn clone(&self) -> PipelineCoverageReductionStateCreateInfoNV
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 more