icon: add PartialEq and Hash for RgbaIcon
This commit is contained in:
parent
3218316420
commit
f1e0f6c646
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ impl fmt::Display for BadIcon {
|
|||
|
||||
impl Error for BadIcon {}
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
#[derive(Debug, Clone, PartialEq, Eq, Hash)]
|
||||
pub struct RgbaIcon {
|
||||
pub(crate) width: u32,
|
||||
pub(crate) height: u32,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue