pub struct IndirectStateFlagBitsNV(/* private fields */);Expand description
Implementations§
Source§impl IndirectStateFlagBitsNV
impl IndirectStateFlagBitsNV
Sourcepub const FLAG_FRONTFACE: IndirectStateFlagBitsNV
pub const FLAG_FRONTFACE: IndirectStateFlagBitsNV
Bit 0.
pub const fn empty() -> IndirectStateFlagBitsNV
pub const fn from_raw(value: u32) -> IndirectStateFlagBitsNV
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn contains(self, other: IndirectStateFlagBitsNV) -> bool
pub const fn all() -> IndirectStateFlagBitsNV
Trait Implementations§
Source§impl BitAnd for IndirectStateFlagBitsNV
impl BitAnd for IndirectStateFlagBitsNV
Source§type Output = IndirectStateFlagBitsNV
type Output = IndirectStateFlagBitsNV
The resulting type after applying the
& operator.Source§fn bitand(self, rhs: IndirectStateFlagBitsNV) -> IndirectStateFlagBitsNV
fn bitand(self, rhs: IndirectStateFlagBitsNV) -> IndirectStateFlagBitsNV
Performs the
& operation. Read moreSource§impl BitAndAssign for IndirectStateFlagBitsNV
impl BitAndAssign for IndirectStateFlagBitsNV
Source§fn bitand_assign(&mut self, rhs: IndirectStateFlagBitsNV)
fn bitand_assign(&mut self, rhs: IndirectStateFlagBitsNV)
Performs the
&= operation. Read moreSource§impl BitOr for IndirectStateFlagBitsNV
impl BitOr for IndirectStateFlagBitsNV
Source§type Output = IndirectStateFlagBitsNV
type Output = IndirectStateFlagBitsNV
The resulting type after applying the
| operator.Source§fn bitor(self, rhs: IndirectStateFlagBitsNV) -> IndirectStateFlagBitsNV
fn bitor(self, rhs: IndirectStateFlagBitsNV) -> IndirectStateFlagBitsNV
Performs the
| operation. Read moreSource§impl BitOrAssign for IndirectStateFlagBitsNV
impl BitOrAssign for IndirectStateFlagBitsNV
Source§fn bitor_assign(&mut self, rhs: IndirectStateFlagBitsNV)
fn bitor_assign(&mut self, rhs: IndirectStateFlagBitsNV)
Performs the
|= operation. Read moreSource§impl BitXor for IndirectStateFlagBitsNV
impl BitXor for IndirectStateFlagBitsNV
Source§type Output = IndirectStateFlagBitsNV
type Output = IndirectStateFlagBitsNV
The resulting type after applying the
^ operator.Source§fn bitxor(self, rhs: IndirectStateFlagBitsNV) -> IndirectStateFlagBitsNV
fn bitxor(self, rhs: IndirectStateFlagBitsNV) -> IndirectStateFlagBitsNV
Performs the
^ operation. Read moreSource§impl BitXorAssign for IndirectStateFlagBitsNV
impl BitXorAssign for IndirectStateFlagBitsNV
Source§fn bitxor_assign(&mut self, rhs: IndirectStateFlagBitsNV)
fn bitxor_assign(&mut self, rhs: IndirectStateFlagBitsNV)
Performs the
^= operation. Read moreSource§impl Clone for IndirectStateFlagBitsNV
impl Clone for IndirectStateFlagBitsNV
Source§fn clone(&self) -> IndirectStateFlagBitsNV
fn clone(&self) -> IndirectStateFlagBitsNV
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 Debug for IndirectStateFlagBitsNV
impl Debug for IndirectStateFlagBitsNV
Source§impl Default for IndirectStateFlagBitsNV
impl Default for IndirectStateFlagBitsNV
Source§fn default() -> IndirectStateFlagBitsNV
fn default() -> IndirectStateFlagBitsNV
Returns the “default value” for a type. Read more
Source§impl Hash for IndirectStateFlagBitsNV
impl Hash for IndirectStateFlagBitsNV
Source§impl Not for IndirectStateFlagBitsNV
impl Not for IndirectStateFlagBitsNV
Source§type Output = IndirectStateFlagBitsNV
type Output = IndirectStateFlagBitsNV
The resulting type after applying the
! operator.Source§fn not(self) -> IndirectStateFlagBitsNV
fn not(self) -> IndirectStateFlagBitsNV
Performs the unary
! operation. Read moreSource§impl Ord for IndirectStateFlagBitsNV
impl Ord for IndirectStateFlagBitsNV
Source§fn cmp(&self, other: &IndirectStateFlagBitsNV) -> Ordering
fn cmp(&self, other: &IndirectStateFlagBitsNV) -> 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 IndirectStateFlagBitsNV
impl PartialEq for IndirectStateFlagBitsNV
Source§impl PartialOrd for IndirectStateFlagBitsNV
impl PartialOrd for IndirectStateFlagBitsNV
impl Copy for IndirectStateFlagBitsNV
impl Eq for IndirectStateFlagBitsNV
impl StructuralPartialEq for IndirectStateFlagBitsNV
Auto Trait Implementations§
impl Freeze for IndirectStateFlagBitsNV
impl RefUnwindSafe for IndirectStateFlagBitsNV
impl Send for IndirectStateFlagBitsNV
impl Sync for IndirectStateFlagBitsNV
impl Unpin for IndirectStateFlagBitsNV
impl UnsafeUnpin for IndirectStateFlagBitsNV
impl UnwindSafe for IndirectStateFlagBitsNV
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