1#[derive(Clone, Copy, Debug, PartialEq, Eq)] 2pub enum CursorIcon { 3 Default, 4 Pointer, 5 Text, 6 EwResize, 7 NsResize, 8 Grab, 9 Grabbing, 10}