Expand description
Borrowable window handles based on the ones in this crate.
These should be 100% safe to pass around and use, no possibility of dangling or invalidity.
Structs§
- Display
Handle - The handle to the display controller of the windowing system.
- Window
Handle - The handle to a window.
Traits§
- HasDisplay
Handle - A display that acts as a wrapper around a display handle.
- HasWindow
Handle - A handle to a window.