#[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: CoverageReductionModeNVImplementations§
Source§impl PipelineCoverageReductionStateCreateInfoNV
impl PipelineCoverageReductionStateCreateInfoNV
pub fn new() -> Self
pub fn sType(self, sType: StructureType) -> Self
pub fn pNext(self, pNext: *const c_void) -> Self
pub fn flags(self, flags: PipelineCoverageReductionStateCreateFlagsNV) -> Self
pub fn coverageReductionMode( self, coverageReductionMode: CoverageReductionModeNV, ) -> Self
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 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§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 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 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