Add PartialEq/Eq implementation for ExclusiveZone

This commit is contained in:
Christian Duerr 2022-01-18 19:04:34 +01:00
parent 92d04ba8fe
commit 8e1263ce9c
No known key found for this signature in database
GPG Key ID: 85CDAE3C164BA7B4
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ impl TryFrom<zwlr_layer_surface_v1::Anchor> for Anchor {
}
/// Exclusive zone descriptor
#[derive(Debug, Clone, Copy)]
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
pub enum ExclusiveZone {
/// Requests that the compositor avoids occluding an area with other surfaces.
///