pub struct IndirectStateFlagsNV(/* private fields */);Expand description
Implementations§
Source§impl 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
Source§impl IndirectStateFlagsNV
impl IndirectStateFlagsNV
pub const FLAG_FRONTFACE: IndirectStateFlagsNV
Trait Implementations§
Source§impl BitAnd for IndirectStateFlagsNV
impl BitAnd for IndirectStateFlagsNV
Source§type Output = IndirectStateFlagsNV
type Output = IndirectStateFlagsNV
The resulting type after applying the
& operator.Source§fn bitand(self, rhs: IndirectStateFlagsNV) -> IndirectStateFlagsNV
fn bitand(self, rhs: IndirectStateFlagsNV) -> IndirectStateFlagsNV
Performs the
& operation. Read moreSource§impl BitAndAssign for IndirectStateFlagsNV
impl BitAndAssign for IndirectStateFlagsNV
Source§fn bitand_assign(&mut self, rhs: IndirectStateFlagsNV)
fn bitand_assign(&mut self, rhs: IndirectStateFlagsNV)
Performs the
&= operation. Read moreSource§impl BitOr for IndirectStateFlagsNV
impl BitOr for IndirectStateFlagsNV
Source§type Output = IndirectStateFlagsNV
type Output = IndirectStateFlagsNV
The resulting type after applying the
| operator.Source§fn bitor(self, rhs: IndirectStateFlagsNV) -> IndirectStateFlagsNV
fn bitor(self, rhs: IndirectStateFlagsNV) -> IndirectStateFlagsNV
Performs the
| operation. Read moreSource§impl BitOrAssign for IndirectStateFlagsNV
impl BitOrAssign for IndirectStateFlagsNV
Source§fn bitor_assign(&mut self, rhs: IndirectStateFlagsNV)
fn bitor_assign(&mut self, rhs: IndirectStateFlagsNV)
Performs the
|= operation. Read moreSource§impl BitXor for IndirectStateFlagsNV
impl BitXor for IndirectStateFlagsNV
Source§type Output = IndirectStateFlagsNV
type Output = IndirectStateFlagsNV
The resulting type after applying the
^ operator.Source§fn bitxor(self, rhs: IndirectStateFlagsNV) -> IndirectStateFlagsNV
fn bitxor(self, rhs: IndirectStateFlagsNV) -> IndirectStateFlagsNV
Performs the
^ operation. Read moreSource§impl BitXorAssign for IndirectStateFlagsNV
impl BitXorAssign for IndirectStateFlagsNV
Source§fn bitxor_assign(&mut self, rhs: IndirectStateFlagsNV)
fn bitxor_assign(&mut self, rhs: IndirectStateFlagsNV)
Performs the
^= operation. Read moreSource§impl Clone for IndirectStateFlagsNV
impl Clone for IndirectStateFlagsNV
Source§fn clone(&self) -> IndirectStateFlagsNV
fn clone(&self) -> IndirectStateFlagsNV
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IndirectStateFlagsNV
impl Debug for IndirectStateFlagsNV
Source§impl Default for IndirectStateFlagsNV
impl Default for IndirectStateFlagsNV
Source§fn default() -> IndirectStateFlagsNV
fn default() -> IndirectStateFlagsNV
Returns the “default value” for a type. Read more
Source§impl Hash for IndirectStateFlagsNV
impl Hash for IndirectStateFlagsNV
Source§impl Not for IndirectStateFlagsNV
impl Not for IndirectStateFlagsNV
Source§type Output = IndirectStateFlagsNV
type Output = IndirectStateFlagsNV
The resulting type after applying the
! operator.Source§fn not(self) -> IndirectStateFlagsNV
fn not(self) -> IndirectStateFlagsNV
Performs the unary
! operation. Read moreSource§impl Ord for IndirectStateFlagsNV
impl Ord for IndirectStateFlagsNV
Source§impl PartialEq for IndirectStateFlagsNV
impl PartialEq for IndirectStateFlagsNV
Source§impl PartialOrd for IndirectStateFlagsNV
impl PartialOrd for IndirectStateFlagsNV
impl Copy for IndirectStateFlagsNV
impl Eq for IndirectStateFlagsNV
impl StructuralPartialEq for IndirectStateFlagsNV
Auto Trait Implementations§
impl Freeze for IndirectStateFlagsNV
impl RefUnwindSafe for IndirectStateFlagsNV
impl Send for IndirectStateFlagsNV
impl Sync for IndirectStateFlagsNV
impl Unpin for IndirectStateFlagsNV
impl UnwindSafe for IndirectStateFlagsNV
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)