#[repr(C)]pub struct PipelineCoverageReductionStateCreateInfoNV {
pub sType: StructureType,
pub pNext: *const c_void,
pub flags: PipelineCoverageReductionStateCreateFlagsNV,
pub coverageReductionMode: CoverageReductionModeNV,
}Fields§
§sType: StructureType§pNext: *const c_void§flags: PipelineCoverageReductionStateCreateFlagsNV§coverageReductionMode: CoverageReductionModeNVTrait 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 · 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
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