aboutsummaryrefslogtreecommitdiff
path: root/evc/src/frame.rs
diff options
context:
space:
mode:
Diffstat (limited to 'evc/src/frame.rs')
-rw-r--r--evc/src/frame.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/evc/src/frame.rs b/evc/src/frame.rs
index 16acb96..5c2adfb 100644
--- a/evc/src/frame.rs
+++ b/evc/src/frame.rs
@@ -5,6 +5,7 @@ use crate::{
};
use std::ops::{Index, IndexMut};
+#[derive(Debug, Clone)]
pub struct Frame {
pub size: (usize, usize),
buffer: Vec<Vec<Pixel>>,