Struct ash::vk::IndirectStateFlagsNV
source · #[repr(transparent)]pub struct IndirectStateFlagsNV(_);
Expand description
Implementations§
source§impl IndirectStateFlagsNV
impl IndirectStateFlagsNV
source§impl IndirectStateFlagsNV
impl IndirectStateFlagsNV
pub const FLAG_FRONTFACE: Self = _
Trait Implementations§
source§impl BitAndAssign<IndirectStateFlagsNV> for IndirectStateFlagsNV
impl BitAndAssign<IndirectStateFlagsNV> for IndirectStateFlagsNV
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOrAssign<IndirectStateFlagsNV> for IndirectStateFlagsNV
impl BitOrAssign<IndirectStateFlagsNV> for IndirectStateFlagsNV
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXorAssign<IndirectStateFlagsNV> for IndirectStateFlagsNV
impl BitXorAssign<IndirectStateFlagsNV> 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<IndirectStateFlagsNV> for IndirectStateFlagsNV
impl PartialEq<IndirectStateFlagsNV> 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<IndirectStateFlagsNV> for IndirectStateFlagsNV
impl PartialOrd<IndirectStateFlagsNV> 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 more