#[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 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 PipelineCoverageReductionStateCreateInfoNV
Source§impl Default for PipelineCoverageReductionStateCreateInfoNV
impl Default for PipelineCoverageReductionStateCreateInfoNV
Source§fn default() -> PipelineCoverageReductionStateCreateInfoNV
fn default() -> PipelineCoverageReductionStateCreateInfoNV
Returns the “default value” for a type. Read more
impl ExtendsPipelineMultisampleStateCreateInfo for PipelineCoverageReductionStateCreateInfoNV
Source§impl TaggedStructure for PipelineCoverageReductionStateCreateInfoNV
impl TaggedStructure for PipelineCoverageReductionStateCreateInfoNV
const STRUCTURE_TYPE: StructureType = StructureType::PIPELINE_COVERAGE_REDUCTION_STATE_CREATE_INFO_NV
Auto Trait Implementations§
impl !Send for PipelineCoverageReductionStateCreateInfoNV
impl !Sync for PipelineCoverageReductionStateCreateInfoNV
impl Freeze for PipelineCoverageReductionStateCreateInfoNV
impl RefUnwindSafe for PipelineCoverageReductionStateCreateInfoNV
impl Unpin for PipelineCoverageReductionStateCreateInfoNV
impl UnsafeUnpin 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