pub fn show(window: HWND, cmd: c_int) -> bool
Shows window
See possible commands
If the window was previously visible, the return value is true. If the window was previously hidden, the return value is false.
true
false