pub struct IndirectCommandsLayoutUsageFlagBitsNV(/* private fields */);Expand description
Implementations§
Source§impl IndirectCommandsLayoutUsageFlagBitsNV
impl IndirectCommandsLayoutUsageFlagBitsNV
Sourcepub const EXPLICIT_PREPROCESS: Self
pub const EXPLICIT_PREPROCESS: Self
Bit 0.
Sourcepub const INDEXED_SEQUENCES: Self
pub const INDEXED_SEQUENCES: Self
Bit 1.
Sourcepub const UNORDERED_SEQUENCES: Self
pub const UNORDERED_SEQUENCES: Self
Bit 2.
pub const fn empty() -> Self
pub const fn from_raw(value: u32) -> Self
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn contains(self, other: Self) -> bool
pub const fn all() -> Self
Trait Implementations§
Source§impl BitAndAssign for IndirectCommandsLayoutUsageFlagBitsNV
impl BitAndAssign for IndirectCommandsLayoutUsageFlagBitsNV
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOrAssign for IndirectCommandsLayoutUsageFlagBitsNV
impl BitOrAssign for IndirectCommandsLayoutUsageFlagBitsNV
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl BitXorAssign for IndirectCommandsLayoutUsageFlagBitsNV
impl BitXorAssign for IndirectCommandsLayoutUsageFlagBitsNV
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
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 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