aboutsummaryrefslogtreecommitdiffstats
path: root/src/frame.rs
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-10-25 07:56:20 -0400
committerJesse Luehrs <doy@tozt.net>2019-10-25 08:45:29 -0400
commit37e6d9c37b2d8e49103ef61f0127bc8b15a51530 (patch)
treecc657348d837a553cb302ee7aac2ac3f4ee24b23 /src/frame.rs
parent00135aa2171f0ba2b46023239fea7f7eb83057ba (diff)
downloadttyrec-37e6d9c37b2d8e49103ef61f0127bc8b15a51530.tar.gz
ttyrec-37e6d9c37b2d8e49103ef61f0127bc8b15a51530.zip
add some derivations
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>,