#[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: CoverageReductionModeNV
Implementations§
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 moresource§impl TaggedStructure for PipelineCoverageReductionStateCreateInfoNV
impl TaggedStructure for PipelineCoverageReductionStateCreateInfoNV
const STRUCTURE_TYPE: StructureType = StructureType::PIPELINE_COVERAGE_REDUCTION_STATE_CREATE_INFO_NV
impl Copy for PipelineCoverageReductionStateCreateInfoNV
impl ExtendsPipelineMultisampleStateCreateInfo for PipelineCoverageReductionStateCreateInfoNV
Auto Trait Implementations§
impl Freeze for PipelineCoverageReductionStateCreateInfoNV
impl RefUnwindSafe for PipelineCoverageReductionStateCreateInfoNV
impl !Send for PipelineCoverageReductionStateCreateInfoNV
impl !Sync for PipelineCoverageReductionStateCreateInfoNV
impl Unpin for PipelineCoverageReductionStateCreateInfoNV
impl UnwindSafe for PipelineCoverageReductionStateCreateInfoNV
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