#[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: StructureTypep_next: *const c_voidflags: PipelineCoverageReductionStateCreateFlagsNVcoverage_reduction_mode: CoverageReductionModeNVImplementations
Trait Implementations
sourceimpl Clone for PipelineCoverageReductionStateCreateInfoNV
impl Clone for PipelineCoverageReductionStateCreateInfoNV
sourcefn clone(&self) -> PipelineCoverageReductionStateCreateInfoNV
fn clone(&self) -> PipelineCoverageReductionStateCreateInfoNV
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for PipelineCoverageReductionStateCreateInfoNV
impl Default for PipelineCoverageReductionStateCreateInfoNV
sourcefn default() -> PipelineCoverageReductionStateCreateInfoNV
fn default() -> PipelineCoverageReductionStateCreateInfoNV
Returns the “default value” for a type. Read more
impl Copy for PipelineCoverageReductionStateCreateInfoNV
impl ExtendsPipelineMultisampleStateCreateInfo for PipelineCoverageReductionStateCreateInfoNV
Auto Trait Implementations
impl RefUnwindSafe for PipelineCoverageReductionStateCreateInfoNV
impl !Send for PipelineCoverageReductionStateCreateInfoNV
impl !Sync for PipelineCoverageReductionStateCreateInfoNV
impl Unpin for PipelineCoverageReductionStateCreateInfoNV
impl UnwindSafe for PipelineCoverageReductionStateCreateInfoNV
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more