Struct ash::vk::CullModeFlags
source · #[repr(transparent)]pub struct CullModeFlags(_);
Expand description
Implementations§
Trait Implementations§
source§impl BitAnd<CullModeFlags> for CullModeFlags
impl BitAnd<CullModeFlags> for CullModeFlags
source§impl BitAndAssign<CullModeFlags> for CullModeFlags
impl BitAndAssign<CullModeFlags> for CullModeFlags
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOr<CullModeFlags> for CullModeFlags
impl BitOr<CullModeFlags> for CullModeFlags
source§impl BitOrAssign<CullModeFlags> for CullModeFlags
impl BitOrAssign<CullModeFlags> for CullModeFlags
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXor<CullModeFlags> for CullModeFlags
impl BitXor<CullModeFlags> for CullModeFlags
source§impl BitXorAssign<CullModeFlags> for CullModeFlags
impl BitXorAssign<CullModeFlags> for CullModeFlags
source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moresource§impl Clone for CullModeFlags
impl Clone for CullModeFlags
source§fn clone(&self) -> CullModeFlags
fn clone(&self) -> CullModeFlags
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 CullModeFlags
impl Debug for CullModeFlags
source§impl Default for CullModeFlags
impl Default for CullModeFlags
source§impl Hash for CullModeFlags
impl Hash for CullModeFlags
source§impl Not for CullModeFlags
impl Not for CullModeFlags
source§impl Ord for CullModeFlags
impl Ord for CullModeFlags
source§fn cmp(&self, other: &CullModeFlags) -> Ordering
fn cmp(&self, other: &CullModeFlags) -> 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<CullModeFlags> for CullModeFlags
impl PartialEq<CullModeFlags> for CullModeFlags
source§fn eq(&self, other: &CullModeFlags) -> bool
fn eq(&self, other: &CullModeFlags) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<CullModeFlags> for CullModeFlags
impl PartialOrd<CullModeFlags> for CullModeFlags
source§fn partial_cmp(&self, other: &CullModeFlags) -> Option<Ordering>
fn partial_cmp(&self, other: &CullModeFlags) -> 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