Struct ash::vk::IndirectStateFlagsNV
source · pub struct IndirectStateFlagsNV(/* private fields */);
Expand description
Implementations§
source§impl IndirectStateFlagsNV
impl IndirectStateFlagsNV
source§impl IndirectStateFlagsNV
impl IndirectStateFlagsNV
pub const FLAG_FRONTFACE: Self = _
Trait Implementations§
source§impl BitAnd for IndirectStateFlagsNV
impl BitAnd for IndirectStateFlagsNV
source§impl BitAndAssign for IndirectStateFlagsNV
impl BitAndAssign for IndirectStateFlagsNV
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOr for IndirectStateFlagsNV
impl BitOr for IndirectStateFlagsNV
source§impl BitOrAssign for IndirectStateFlagsNV
impl BitOrAssign for IndirectStateFlagsNV
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXor for IndirectStateFlagsNV
impl BitXor for IndirectStateFlagsNV
source§impl BitXorAssign for IndirectStateFlagsNV
impl BitXorAssign for IndirectStateFlagsNV
source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moresource§impl Clone for IndirectStateFlagsNV
impl Clone for IndirectStateFlagsNV
source§fn clone(&self) -> IndirectStateFlagsNV
fn clone(&self) -> IndirectStateFlagsNV
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 Debug for IndirectStateFlagsNV
impl Debug for IndirectStateFlagsNV
source§impl Default for IndirectStateFlagsNV
impl Default for IndirectStateFlagsNV
source§impl Hash for IndirectStateFlagsNV
impl Hash for IndirectStateFlagsNV
source§impl Not for IndirectStateFlagsNV
impl Not for IndirectStateFlagsNV
source§impl Ord for IndirectStateFlagsNV
impl Ord for IndirectStateFlagsNV
source§fn cmp(&self, other: &IndirectStateFlagsNV) -> Ordering
fn cmp(&self, other: &IndirectStateFlagsNV) -> 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 IndirectStateFlagsNV
impl PartialEq for IndirectStateFlagsNV
source§fn eq(&self, other: &IndirectStateFlagsNV) -> bool
fn eq(&self, other: &IndirectStateFlagsNV) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for IndirectStateFlagsNV
impl PartialOrd for IndirectStateFlagsNV
source§fn partial_cmp(&self, other: &IndirectStateFlagsNV) -> Option<Ordering>
fn partial_cmp(&self, other: &IndirectStateFlagsNV) -> 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 IndirectStateFlagsNV
impl Eq for IndirectStateFlagsNV
impl StructuralPartialEq for IndirectStateFlagsNV
Auto Trait Implementations§
impl Freeze for IndirectStateFlagsNV
impl RefUnwindSafe for IndirectStateFlagsNV
impl Send for IndirectStateFlagsNV
impl Sync for IndirectStateFlagsNV
impl Unpin for IndirectStateFlagsNV
impl UnwindSafe for IndirectStateFlagsNV
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