pub struct PipelineCoverageReductionStateCreateFlagsNV(/* private fields */);
Expand description
Implementations§
Trait Implementations§
source§impl BitAndAssign for PipelineCoverageReductionStateCreateFlagsNV
impl BitAndAssign for PipelineCoverageReductionStateCreateFlagsNV
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOrAssign for PipelineCoverageReductionStateCreateFlagsNV
impl BitOrAssign for PipelineCoverageReductionStateCreateFlagsNV
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXorAssign for PipelineCoverageReductionStateCreateFlagsNV
impl BitXorAssign for PipelineCoverageReductionStateCreateFlagsNV
source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moresource§impl Clone for PipelineCoverageReductionStateCreateFlagsNV
impl Clone for PipelineCoverageReductionStateCreateFlagsNV
source§fn clone(&self) -> PipelineCoverageReductionStateCreateFlagsNV
fn clone(&self) -> PipelineCoverageReductionStateCreateFlagsNV
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 Ord for PipelineCoverageReductionStateCreateFlagsNV
impl Ord for PipelineCoverageReductionStateCreateFlagsNV
source§fn cmp(&self, other: &PipelineCoverageReductionStateCreateFlagsNV) -> Ordering
fn cmp(&self, other: &PipelineCoverageReductionStateCreateFlagsNV) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for PipelineCoverageReductionStateCreateFlagsNV
impl PartialEq for PipelineCoverageReductionStateCreateFlagsNV
source§fn eq(&self, other: &PipelineCoverageReductionStateCreateFlagsNV) -> bool
fn eq(&self, other: &PipelineCoverageReductionStateCreateFlagsNV) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for PipelineCoverageReductionStateCreateFlagsNV
impl PartialOrd for PipelineCoverageReductionStateCreateFlagsNV
source§fn partial_cmp(
&self,
other: &PipelineCoverageReductionStateCreateFlagsNV
) -> Option<Ordering>
fn partial_cmp( &self, other: &PipelineCoverageReductionStateCreateFlagsNV ) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for PipelineCoverageReductionStateCreateFlagsNV
impl Eq for PipelineCoverageReductionStateCreateFlagsNV
impl StructuralPartialEq for PipelineCoverageReductionStateCreateFlagsNV
Auto Trait Implementations§
impl Freeze for PipelineCoverageReductionStateCreateFlagsNV
impl RefUnwindSafe for PipelineCoverageReductionStateCreateFlagsNV
impl Send for PipelineCoverageReductionStateCreateFlagsNV
impl Sync for PipelineCoverageReductionStateCreateFlagsNV
impl Unpin for PipelineCoverageReductionStateCreateFlagsNV
impl UnwindSafe for PipelineCoverageReductionStateCreateFlagsNV
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