util/frame/video: derive PartialEq and Eq
This commit is contained in:
@ -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 {
|
||||||
|
Reference in New Issue
Block a user