Struct ash::vk::IndirectCommandsLayoutUsageFlagsNV
source · pub struct IndirectCommandsLayoutUsageFlagsNV(/* private fields */);
Expand description
Implementations§
source§impl IndirectCommandsLayoutUsageFlagsNV
impl IndirectCommandsLayoutUsageFlagsNV
source§impl IndirectCommandsLayoutUsageFlagsNV
impl IndirectCommandsLayoutUsageFlagsNV
pub const EXPLICIT_PREPROCESS: Self = _
pub const INDEXED_SEQUENCES: Self = _
pub const UNORDERED_SEQUENCES: Self = _
Trait Implementations§
source§impl BitAndAssign for IndirectCommandsLayoutUsageFlagsNV
impl BitAndAssign for IndirectCommandsLayoutUsageFlagsNV
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOrAssign for IndirectCommandsLayoutUsageFlagsNV
impl BitOrAssign for IndirectCommandsLayoutUsageFlagsNV
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXorAssign for IndirectCommandsLayoutUsageFlagsNV
impl BitXorAssign for IndirectCommandsLayoutUsageFlagsNV
source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moresource§impl Clone for IndirectCommandsLayoutUsageFlagsNV
impl Clone for IndirectCommandsLayoutUsageFlagsNV
source§fn clone(&self) -> IndirectCommandsLayoutUsageFlagsNV
fn clone(&self) -> IndirectCommandsLayoutUsageFlagsNV
Returns a copy 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 Ord for IndirectCommandsLayoutUsageFlagsNV
impl Ord for IndirectCommandsLayoutUsageFlagsNV
source§fn cmp(&self, other: &IndirectCommandsLayoutUsageFlagsNV) -> Ordering
fn cmp(&self, other: &IndirectCommandsLayoutUsageFlagsNV) -> 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 IndirectCommandsLayoutUsageFlagsNV
impl PartialEq for IndirectCommandsLayoutUsageFlagsNV
source§fn eq(&self, other: &IndirectCommandsLayoutUsageFlagsNV) -> bool
fn eq(&self, other: &IndirectCommandsLayoutUsageFlagsNV) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for IndirectCommandsLayoutUsageFlagsNV
impl PartialOrd for IndirectCommandsLayoutUsageFlagsNV
source§fn partial_cmp(
&self,
other: &IndirectCommandsLayoutUsageFlagsNV
) -> Option<Ordering>
fn partial_cmp( &self, other: &IndirectCommandsLayoutUsageFlagsNV ) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for IndirectCommandsLayoutUsageFlagsNV
impl Eq for IndirectCommandsLayoutUsageFlagsNV
impl StructuralPartialEq for IndirectCommandsLayoutUsageFlagsNV
Auto Trait Implementations§
impl Freeze for IndirectCommandsLayoutUsageFlagsNV
impl RefUnwindSafe for IndirectCommandsLayoutUsageFlagsNV
impl Send for IndirectCommandsLayoutUsageFlagsNV
impl Sync for IndirectCommandsLayoutUsageFlagsNV
impl Unpin for IndirectCommandsLayoutUsageFlagsNV
impl UnwindSafe for IndirectCommandsLayoutUsageFlagsNV
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