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