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