util/frame/video: derive PartialEq and Eq
This commit is contained in:
parent
636a372121
commit
f8d4403c3a
@ -10,6 +10,7 @@ use ::picture;
|
|||||||
use ::color;
|
use ::color;
|
||||||
use super::Frame;
|
use super::Frame;
|
||||||
|
|
||||||
|
#[derive(PartialEq, Eq)]
|
||||||
pub struct Video(Frame);
|
pub struct Video(Frame);
|
||||||
|
|
||||||
impl Video {
|
impl Video {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user