Derive necessary traits for PixelFormat
This commit is contained in:
parent
fb07217701
commit
fa586d7d0d
@ -21,6 +21,7 @@ pub struct MemoryMapInfo {
|
||||
pub entsize: u32
|
||||
}
|
||||
|
||||
#[derive(Debug, Copy, Clone, PartialEq, Eq)]
|
||||
pub enum PixelFormat {
|
||||
LfbBgr32,
|
||||
LfbRgb32,
|
||||
|
Loading…
x
Reference in New Issue
Block a user