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