Struct kernel::graphics::bmp::BMPFile
[−]
[src]
pub struct BMPFile {
pub data: Vec<u32>,
pub size: Size,
}A bitmap
Fields
data | The data of the bitmap |
size | The bitmap size |