Module raw_window_handle::borrowed
source · 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§
- The handle to the display controller of the windowing system.
- The handle to a window.
Traits§
- A display that acts as a wrapper around a display handle.
- A handle to a window.