pub struct IndirectCommandsLayoutUsageFlagBitsEXT(/* private fields */);Expand description
Implementations§
Source§impl IndirectCommandsLayoutUsageFlagBitsEXT
impl IndirectCommandsLayoutUsageFlagBitsEXT
Sourcepub const EXPLICIT_PREPROCESS: Self
pub const EXPLICIT_PREPROCESS: Self
Bit 0.
Sourcepub const UNORDERED_SEQUENCES: Self
pub const UNORDERED_SEQUENCES: Self
Bit 1.
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 IndirectCommandsLayoutUsageFlagBitsEXT
impl BitAndAssign for IndirectCommandsLayoutUsageFlagBitsEXT
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOrAssign for IndirectCommandsLayoutUsageFlagBitsEXT
impl BitOrAssign for IndirectCommandsLayoutUsageFlagBitsEXT
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl BitXorAssign for IndirectCommandsLayoutUsageFlagBitsEXT
impl BitXorAssign for IndirectCommandsLayoutUsageFlagBitsEXT
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^= operation. Read moreSource§impl Clone for IndirectCommandsLayoutUsageFlagBitsEXT
impl Clone for IndirectCommandsLayoutUsageFlagBitsEXT
Source§fn clone(&self) -> IndirectCommandsLayoutUsageFlagBitsEXT
fn clone(&self) -> IndirectCommandsLayoutUsageFlagBitsEXT
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 IndirectCommandsLayoutUsageFlagBitsEXT
impl Default for IndirectCommandsLayoutUsageFlagBitsEXT
Source§fn default() -> IndirectCommandsLayoutUsageFlagBitsEXT
fn default() -> IndirectCommandsLayoutUsageFlagBitsEXT
Returns the “default value” for a type. Read more
Source§impl Ord for IndirectCommandsLayoutUsageFlagBitsEXT
impl Ord for IndirectCommandsLayoutUsageFlagBitsEXT
Source§fn cmp(&self, other: &IndirectCommandsLayoutUsageFlagBitsEXT) -> Ordering
fn cmp(&self, other: &IndirectCommandsLayoutUsageFlagBitsEXT) -> 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 IndirectCommandsLayoutUsageFlagBitsEXT
impl PartialEq for IndirectCommandsLayoutUsageFlagBitsEXT
Source§fn eq(&self, other: &IndirectCommandsLayoutUsageFlagBitsEXT) -> bool
fn eq(&self, other: &IndirectCommandsLayoutUsageFlagBitsEXT) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for IndirectCommandsLayoutUsageFlagBitsEXT
impl PartialOrd for IndirectCommandsLayoutUsageFlagBitsEXT
impl Copy for IndirectCommandsLayoutUsageFlagBitsEXT
impl Eq for IndirectCommandsLayoutUsageFlagBitsEXT
impl StructuralPartialEq for IndirectCommandsLayoutUsageFlagBitsEXT
Auto Trait Implementations§
impl Freeze for IndirectCommandsLayoutUsageFlagBitsEXT
impl RefUnwindSafe for IndirectCommandsLayoutUsageFlagBitsEXT
impl Send for IndirectCommandsLayoutUsageFlagBitsEXT
impl Sync for IndirectCommandsLayoutUsageFlagBitsEXT
impl Unpin for IndirectCommandsLayoutUsageFlagBitsEXT
impl UnsafeUnpin for IndirectCommandsLayoutUsageFlagBitsEXT
impl UnwindSafe for IndirectCommandsLayoutUsageFlagBitsEXT
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