add copy and clone traits to color
parent
956a04d0f1
commit
99d1d66a3c
|
|
@ -1,4 +1,5 @@
|
|||
/// Only for the B/W Displays atm
|
||||
#[derive(Clone, Copy)]
|
||||
pub enum Color {
|
||||
Black,
|
||||
White,
|
||||
|
|
|
|||
Loading…
Reference in New Issue