pub type WindowHotkey = Option<u32>;
Hotkey to open window.
enum WindowHotkey { None, Some(u32), }
No value.
Some value of type T.
T