add copy and clone traits to color

embedded-hal-1.0
Christoph Groß 2018-08-08 15:05:15 +02:00
parent 956a04d0f1
commit 99d1d66a3c
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
/// Only for the B/W Displays atm /// Only for the B/W Displays atm
#[derive(Clone, Copy)]
pub enum Color { pub enum Color {
Black, Black,
White, White,