6 lines
100 B
XML
6 lines
100 B
XML
// pub struct Image {
|
|
// pub width: u32,
|
|
// pub height: u32,
|
|
// pub data: Vec<u8>,
|
|
// }
|