implement Clone
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#[derive(Debug, Eq, PartialEq)]
|
||||
#[derive(Clone, Debug, Eq, PartialEq)]
|
||||
pub struct Image {
|
||||
pub pixels: Vec<u8>, // 64 for SD, 256 for HD
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user