aboutsummaryrefslogtreecommitdiffstats
path: root/src/frame.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/frame.rs')
-rw-r--r--src/frame.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/frame.rs b/src/frame.rs
index f4e8099..4b72378 100644
--- a/src/frame.rs
+++ b/src/frame.rs
@@ -1,3 +1,4 @@
+#[derive(Debug, Clone, PartialEq, Eq)]
pub struct Frame {
pub time: std::time::Duration,
pub data: Vec<u8>,