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 duplicate 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 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§impl PartialOrd for ColorComponentFlags
 
impl PartialOrd for ColorComponentFlags
impl 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