pub type ClipboardData = HashMap<i32, HashMap<i32, ClipboardCell>>;
Data for the clipboard
pub struct ClipboardData { /* private fields */ }