#[repr(transparent)]pub struct PipelineCoverageReductionStateCreateFlagsNV(_);Expand description
Implementations
sourceimpl PipelineCoverageReductionStateCreateFlagsNV
impl PipelineCoverageReductionStateCreateFlagsNV
pub const fn empty() -> PipelineCoverageReductionStateCreateFlagsNV
pub const fn from_raw(x: u32) -> PipelineCoverageReductionStateCreateFlagsNV
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn intersects(
self,
other: PipelineCoverageReductionStateCreateFlagsNV
) -> bool
sourcepub const fn contains(
self,
other: PipelineCoverageReductionStateCreateFlagsNV
) -> bool
pub const fn contains(
self,
other: PipelineCoverageReductionStateCreateFlagsNV
) -> bool
Returns whether other is a subset of self
Trait Implementations
sourceimpl BitAnd<PipelineCoverageReductionStateCreateFlagsNV> for PipelineCoverageReductionStateCreateFlagsNV
impl BitAnd<PipelineCoverageReductionStateCreateFlagsNV> for PipelineCoverageReductionStateCreateFlagsNV
type Output = PipelineCoverageReductionStateCreateFlagsNV
type Output = PipelineCoverageReductionStateCreateFlagsNV
The resulting type after applying the & operator.
sourcefn bitand(
self,
rhs: PipelineCoverageReductionStateCreateFlagsNV
) -> PipelineCoverageReductionStateCreateFlagsNV
fn bitand(
self,
rhs: PipelineCoverageReductionStateCreateFlagsNV
) -> PipelineCoverageReductionStateCreateFlagsNV
Performs the & operation. Read more
sourceimpl BitAndAssign<PipelineCoverageReductionStateCreateFlagsNV> for PipelineCoverageReductionStateCreateFlagsNV
impl BitAndAssign<PipelineCoverageReductionStateCreateFlagsNV> for PipelineCoverageReductionStateCreateFlagsNV
sourcefn bitand_assign(&mut self, rhs: PipelineCoverageReductionStateCreateFlagsNV)
fn bitand_assign(&mut self, rhs: PipelineCoverageReductionStateCreateFlagsNV)
Performs the &= operation. Read more
sourceimpl BitOr<PipelineCoverageReductionStateCreateFlagsNV> for PipelineCoverageReductionStateCreateFlagsNV
impl BitOr<PipelineCoverageReductionStateCreateFlagsNV> for PipelineCoverageReductionStateCreateFlagsNV
type Output = PipelineCoverageReductionStateCreateFlagsNV
type Output = PipelineCoverageReductionStateCreateFlagsNV
The resulting type after applying the | operator.
sourcefn bitor(
self,
rhs: PipelineCoverageReductionStateCreateFlagsNV
) -> PipelineCoverageReductionStateCreateFlagsNV
fn bitor(
self,
rhs: PipelineCoverageReductionStateCreateFlagsNV
) -> PipelineCoverageReductionStateCreateFlagsNV
Performs the | operation. Read more
sourceimpl BitOrAssign<PipelineCoverageReductionStateCreateFlagsNV> for PipelineCoverageReductionStateCreateFlagsNV
impl BitOrAssign<PipelineCoverageReductionStateCreateFlagsNV> for PipelineCoverageReductionStateCreateFlagsNV
sourcefn bitor_assign(&mut self, rhs: PipelineCoverageReductionStateCreateFlagsNV)
fn bitor_assign(&mut self, rhs: PipelineCoverageReductionStateCreateFlagsNV)
Performs the |= operation. Read more
sourceimpl BitXor<PipelineCoverageReductionStateCreateFlagsNV> for PipelineCoverageReductionStateCreateFlagsNV
impl BitXor<PipelineCoverageReductionStateCreateFlagsNV> for PipelineCoverageReductionStateCreateFlagsNV
type Output = PipelineCoverageReductionStateCreateFlagsNV
type Output = PipelineCoverageReductionStateCreateFlagsNV
The resulting type after applying the ^ operator.
sourcefn bitxor(
self,
rhs: PipelineCoverageReductionStateCreateFlagsNV
) -> PipelineCoverageReductionStateCreateFlagsNV
fn bitxor(
self,
rhs: PipelineCoverageReductionStateCreateFlagsNV
) -> PipelineCoverageReductionStateCreateFlagsNV
Performs the ^ operation. Read more
sourceimpl BitXorAssign<PipelineCoverageReductionStateCreateFlagsNV> for PipelineCoverageReductionStateCreateFlagsNV
impl BitXorAssign<PipelineCoverageReductionStateCreateFlagsNV> for PipelineCoverageReductionStateCreateFlagsNV
sourcefn bitxor_assign(&mut self, rhs: PipelineCoverageReductionStateCreateFlagsNV)
fn bitxor_assign(&mut self, rhs: PipelineCoverageReductionStateCreateFlagsNV)
Performs the ^= operation. Read more
sourceimpl Clone for PipelineCoverageReductionStateCreateFlagsNV
impl Clone for PipelineCoverageReductionStateCreateFlagsNV
sourcefn clone(&self) -> PipelineCoverageReductionStateCreateFlagsNV
fn clone(&self) -> PipelineCoverageReductionStateCreateFlagsNV
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 PipelineCoverageReductionStateCreateFlagsNV
impl Default for PipelineCoverageReductionStateCreateFlagsNV
sourcefn default() -> PipelineCoverageReductionStateCreateFlagsNV
fn default() -> PipelineCoverageReductionStateCreateFlagsNV
Returns the “default value” for a type. Read more
sourceimpl Not for PipelineCoverageReductionStateCreateFlagsNV
impl Not for PipelineCoverageReductionStateCreateFlagsNV
type Output = PipelineCoverageReductionStateCreateFlagsNV
type Output = PipelineCoverageReductionStateCreateFlagsNV
The resulting type after applying the ! operator.
sourcefn not(self) -> PipelineCoverageReductionStateCreateFlagsNV
fn not(self) -> PipelineCoverageReductionStateCreateFlagsNV
Performs the unary ! operation. Read more
sourceimpl Ord for PipelineCoverageReductionStateCreateFlagsNV
impl Ord for PipelineCoverageReductionStateCreateFlagsNV
sourceimpl PartialEq<PipelineCoverageReductionStateCreateFlagsNV> for PipelineCoverageReductionStateCreateFlagsNV
impl PartialEq<PipelineCoverageReductionStateCreateFlagsNV> for PipelineCoverageReductionStateCreateFlagsNV
sourcefn 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 ==. Read more
sourcefn ne(&self, other: &PipelineCoverageReductionStateCreateFlagsNV) -> bool
fn ne(&self, other: &PipelineCoverageReductionStateCreateFlagsNV) -> bool
This method tests for !=.
sourceimpl PartialOrd<PipelineCoverageReductionStateCreateFlagsNV> for PipelineCoverageReductionStateCreateFlagsNV
impl PartialOrd<PipelineCoverageReductionStateCreateFlagsNV> for PipelineCoverageReductionStateCreateFlagsNV
sourcefn partial_cmp(
&self,
other: &PipelineCoverageReductionStateCreateFlagsNV
) -> Option<Ordering>
fn partial_cmp(
&self,
other: &PipelineCoverageReductionStateCreateFlagsNV
) -> Option<Ordering>
This method returns an ordering between self and other values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · sourcefn 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 more
impl Copy for PipelineCoverageReductionStateCreateFlagsNV
impl Eq for PipelineCoverageReductionStateCreateFlagsNV
impl StructuralEq for PipelineCoverageReductionStateCreateFlagsNV
impl StructuralPartialEq for PipelineCoverageReductionStateCreateFlagsNV
Auto Trait Implementations
impl RefUnwindSafe for PipelineCoverageReductionStateCreateFlagsNV
impl Send for PipelineCoverageReductionStateCreateFlagsNV
impl Sync for PipelineCoverageReductionStateCreateFlagsNV
impl Unpin for PipelineCoverageReductionStateCreateFlagsNV
impl UnwindSafe for PipelineCoverageReductionStateCreateFlagsNV
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