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 moresourceimpl 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 moresourceimpl 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 moresourceimpl 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 moresourceimpl 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 moresourceimpl 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 moresourceimpl 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 moresourceimpl 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 moresourceimpl Ord for PipelineCoverageReductionStateCreateFlagsNV
impl Ord for PipelineCoverageReductionStateCreateFlagsNV
sourcefn cmp(&self, other: &PipelineCoverageReductionStateCreateFlagsNV) -> Ordering
fn cmp(&self, other: &PipelineCoverageReductionStateCreateFlagsNV) -> Ordering
1.21.0 · sourcefn 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
1.21.0 · sourcefn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
1.50.0 · sourcefn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl PartialEq<PipelineCoverageReductionStateCreateFlagsNV> for PipelineCoverageReductionStateCreateFlagsNV
impl PartialEq<PipelineCoverageReductionStateCreateFlagsNV> for PipelineCoverageReductionStateCreateFlagsNV
sourcefn eq(&self, other: &PipelineCoverageReductionStateCreateFlagsNV) -> bool
fn eq(&self, other: &PipelineCoverageReductionStateCreateFlagsNV) -> bool
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>
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 moreimpl 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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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