pub struct IndirectCommandsLayoutUsageFlagBitsEXT(/* private fields */);Expand description
Implementations§
Source§impl IndirectCommandsLayoutUsageFlagBitsEXT
impl IndirectCommandsLayoutUsageFlagBitsEXT
Sourcepub const EXPLICIT_PREPROCESS: IndirectCommandsLayoutUsageFlagBitsEXT
pub const EXPLICIT_PREPROCESS: IndirectCommandsLayoutUsageFlagBitsEXT
Bit 0.
Sourcepub const UNORDERED_SEQUENCES: IndirectCommandsLayoutUsageFlagBitsEXT
pub const UNORDERED_SEQUENCES: IndirectCommandsLayoutUsageFlagBitsEXT
Bit 1.
pub const fn empty() -> IndirectCommandsLayoutUsageFlagBitsEXT
pub const fn from_raw(value: u32) -> IndirectCommandsLayoutUsageFlagBitsEXT
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn contains( self, other: IndirectCommandsLayoutUsageFlagBitsEXT, ) -> bool
pub const fn all() -> IndirectCommandsLayoutUsageFlagBitsEXT
Trait Implementations§
Source§impl BitAnd for IndirectCommandsLayoutUsageFlagBitsEXT
impl BitAnd for IndirectCommandsLayoutUsageFlagBitsEXT
Source§type Output = IndirectCommandsLayoutUsageFlagBitsEXT
type Output = IndirectCommandsLayoutUsageFlagBitsEXT
The resulting type after applying the
& operator.Source§fn bitand(
self,
rhs: IndirectCommandsLayoutUsageFlagBitsEXT,
) -> IndirectCommandsLayoutUsageFlagBitsEXT
fn bitand( self, rhs: IndirectCommandsLayoutUsageFlagBitsEXT, ) -> IndirectCommandsLayoutUsageFlagBitsEXT
Performs the
& operation. Read moreSource§impl BitAndAssign for IndirectCommandsLayoutUsageFlagBitsEXT
impl BitAndAssign for IndirectCommandsLayoutUsageFlagBitsEXT
Source§fn bitand_assign(&mut self, rhs: IndirectCommandsLayoutUsageFlagBitsEXT)
fn bitand_assign(&mut self, rhs: IndirectCommandsLayoutUsageFlagBitsEXT)
Performs the
&= operation. Read moreSource§impl BitOr for IndirectCommandsLayoutUsageFlagBitsEXT
impl BitOr for IndirectCommandsLayoutUsageFlagBitsEXT
Source§type Output = IndirectCommandsLayoutUsageFlagBitsEXT
type Output = IndirectCommandsLayoutUsageFlagBitsEXT
The resulting type after applying the
| operator.Source§fn bitor(
self,
rhs: IndirectCommandsLayoutUsageFlagBitsEXT,
) -> IndirectCommandsLayoutUsageFlagBitsEXT
fn bitor( self, rhs: IndirectCommandsLayoutUsageFlagBitsEXT, ) -> IndirectCommandsLayoutUsageFlagBitsEXT
Performs the
| operation. Read moreSource§impl BitOrAssign for IndirectCommandsLayoutUsageFlagBitsEXT
impl BitOrAssign for IndirectCommandsLayoutUsageFlagBitsEXT
Source§fn bitor_assign(&mut self, rhs: IndirectCommandsLayoutUsageFlagBitsEXT)
fn bitor_assign(&mut self, rhs: IndirectCommandsLayoutUsageFlagBitsEXT)
Performs the
|= operation. Read moreSource§impl BitXor for IndirectCommandsLayoutUsageFlagBitsEXT
impl BitXor for IndirectCommandsLayoutUsageFlagBitsEXT
Source§type Output = IndirectCommandsLayoutUsageFlagBitsEXT
type Output = IndirectCommandsLayoutUsageFlagBitsEXT
The resulting type after applying the
^ operator.Source§fn bitxor(
self,
rhs: IndirectCommandsLayoutUsageFlagBitsEXT,
) -> IndirectCommandsLayoutUsageFlagBitsEXT
fn bitxor( self, rhs: IndirectCommandsLayoutUsageFlagBitsEXT, ) -> IndirectCommandsLayoutUsageFlagBitsEXT
Performs the
^ operation. Read moreSource§impl BitXorAssign for IndirectCommandsLayoutUsageFlagBitsEXT
impl BitXorAssign for IndirectCommandsLayoutUsageFlagBitsEXT
Source§fn bitxor_assign(&mut self, rhs: IndirectCommandsLayoutUsageFlagBitsEXT)
fn bitxor_assign(&mut self, rhs: IndirectCommandsLayoutUsageFlagBitsEXT)
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 Not for IndirectCommandsLayoutUsageFlagBitsEXT
impl Not for IndirectCommandsLayoutUsageFlagBitsEXT
Source§type Output = IndirectCommandsLayoutUsageFlagBitsEXT
type Output = IndirectCommandsLayoutUsageFlagBitsEXT
The resulting type after applying the
! operator.Source§fn not(self) -> IndirectCommandsLayoutUsageFlagBitsEXT
fn not(self) -> IndirectCommandsLayoutUsageFlagBitsEXT
Performs the unary
! operation. Read moreSource§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