mirror of
https://github.com/netbirdio/IronRDP.git
synced 2026-05-22 18:43:12 -07:00
feat(server): derive PartialEq for PixelOrder
To allow simple comparisons. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
committed by
Benoît Cortier
parent
867d7bfe9d
commit
f4476ec69a
@@ -22,7 +22,7 @@ pub enum DisplayUpdate {
|
||||
DefaultPointer,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, Copy)]
|
||||
#[derive(Debug, Clone, Copy, PartialEq)]
|
||||
pub enum PixelOrder {
|
||||
TopToBottom,
|
||||
BottomToTop,
|
||||
|
||||
Reference in New Issue
Block a user