1#[derive(Clone, Debug)] 2pub struct StoredGraphics { 3 pub data: Vec<u8>, 4 pub total_bytes: i32, 5 pub row_bytes: i32, 6}