pub struct IndirectCommandsLayoutUsageFlagsEXT(/* private fields */);Expand description
Implementations§
Source§impl IndirectCommandsLayoutUsageFlagsEXT
impl IndirectCommandsLayoutUsageFlagsEXT
Source§impl IndirectCommandsLayoutUsageFlagsEXT
impl IndirectCommandsLayoutUsageFlagsEXT
pub const EXPLICIT_PREPROCESS: Self
pub const UNORDERED_SEQUENCES: Self
Trait Implementations§
Source§impl BitAndAssign for IndirectCommandsLayoutUsageFlagsEXT
impl BitAndAssign for IndirectCommandsLayoutUsageFlagsEXT
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOrAssign for IndirectCommandsLayoutUsageFlagsEXT
impl BitOrAssign for IndirectCommandsLayoutUsageFlagsEXT
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl BitXorAssign for IndirectCommandsLayoutUsageFlagsEXT
impl BitXorAssign for IndirectCommandsLayoutUsageFlagsEXT
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^= operation. Read moreSource§impl Clone for IndirectCommandsLayoutUsageFlagsEXT
impl Clone for IndirectCommandsLayoutUsageFlagsEXT
Source§fn clone(&self) -> IndirectCommandsLayoutUsageFlagsEXT
fn clone(&self) -> IndirectCommandsLayoutUsageFlagsEXT
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 Debug for IndirectCommandsLayoutUsageFlagsEXT
Available on crate feature debug only.
impl Debug for IndirectCommandsLayoutUsageFlagsEXT
Available on crate feature
debug only.Source§impl Ord for IndirectCommandsLayoutUsageFlagsEXT
impl Ord for IndirectCommandsLayoutUsageFlagsEXT
Source§fn cmp(&self, other: &IndirectCommandsLayoutUsageFlagsEXT) -> Ordering
fn cmp(&self, other: &IndirectCommandsLayoutUsageFlagsEXT) -> 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 IndirectCommandsLayoutUsageFlagsEXT
impl PartialEq for IndirectCommandsLayoutUsageFlagsEXT
Source§fn eq(&self, other: &IndirectCommandsLayoutUsageFlagsEXT) -> bool
fn eq(&self, other: &IndirectCommandsLayoutUsageFlagsEXT) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for IndirectCommandsLayoutUsageFlagsEXT
impl PartialOrd for IndirectCommandsLayoutUsageFlagsEXT
impl Copy for IndirectCommandsLayoutUsageFlagsEXT
impl Eq for IndirectCommandsLayoutUsageFlagsEXT
impl StructuralPartialEq for IndirectCommandsLayoutUsageFlagsEXT
Auto Trait Implementations§
impl Freeze for IndirectCommandsLayoutUsageFlagsEXT
impl RefUnwindSafe for IndirectCommandsLayoutUsageFlagsEXT
impl Send for IndirectCommandsLayoutUsageFlagsEXT
impl Sync for IndirectCommandsLayoutUsageFlagsEXT
impl Unpin for IndirectCommandsLayoutUsageFlagsEXT
impl UnwindSafe for IndirectCommandsLayoutUsageFlagsEXT
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