Struct ash::vk::ColorComponentFlags
source · pub struct ColorComponentFlags(/* private fields */);
Expand description
Implementations§
source§impl ColorComponentFlags
impl ColorComponentFlags
Trait Implementations§
source§impl BitAnd for ColorComponentFlags
impl BitAnd for ColorComponentFlags
source§impl BitAndAssign for ColorComponentFlags
impl BitAndAssign for ColorComponentFlags
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOr for ColorComponentFlags
impl BitOr for ColorComponentFlags
source§impl BitOrAssign for ColorComponentFlags
impl BitOrAssign for ColorComponentFlags
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXor for ColorComponentFlags
impl BitXor for ColorComponentFlags
source§impl BitXorAssign for ColorComponentFlags
impl BitXorAssign 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 for ColorComponentFlags
impl PartialEq 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 for ColorComponentFlags
impl PartialOrd 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 moreimpl Copy for ColorComponentFlags
impl Eq for ColorComponentFlags
impl StructuralPartialEq for ColorComponentFlags
Auto Trait Implementations§
impl Freeze for ColorComponentFlags
impl RefUnwindSafe for ColorComponentFlags
impl Send for ColorComponentFlags
impl Sync for ColorComponentFlags
impl Unpin for ColorComponentFlags
impl UnwindSafe for ColorComponentFlags
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