Derive necessary traits for PixelFormat

This commit is contained in:
Mark 2020-09-20 18:30:57 +03:00
parent fb07217701
commit fa586d7d0d

View File

@ -21,6 +21,7 @@ pub struct MemoryMapInfo {
pub entsize: u32
}
#[derive(Debug, Copy, Clone, PartialEq, Eq)]
pub enum PixelFormat {
LfbBgr32,
LfbRgb32,