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