pub enum PixelColors {
Red,
Green,
Yellow,
Blue,
Black,
Cyan,
Magenta,
White,
}Expand description
the enum used to check and send colors
Variants§
Auto Trait Implementations§
impl Freeze for PixelColors
impl RefUnwindSafe for PixelColors
impl Send for PixelColors
impl Sync for PixelColors
impl Unpin for PixelColors
impl UnwindSafe for PixelColors
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