pub struct IndirectStateFlagBitsNV(/* private fields */);Expand description
Implementations§
Trait Implementations§
Source§impl BitAnd for IndirectStateFlagBitsNV
impl BitAnd for IndirectStateFlagBitsNV
Source§impl BitAndAssign for IndirectStateFlagBitsNV
impl BitAndAssign for IndirectStateFlagBitsNV
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOr for IndirectStateFlagBitsNV
impl BitOr for IndirectStateFlagBitsNV
Source§impl BitOrAssign for IndirectStateFlagBitsNV
impl BitOrAssign for IndirectStateFlagBitsNV
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl BitXor for IndirectStateFlagBitsNV
impl BitXor for IndirectStateFlagBitsNV
Source§impl BitXorAssign for IndirectStateFlagBitsNV
impl BitXorAssign for IndirectStateFlagBitsNV
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
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§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