[][src]Crate raw_window_handle

Interoperability library for Rust Windowing applications.

Platform handle initialization

Each platform handle struct is purposefully non-exhaustive, so that additional fields may be added without breaking backwards compatibility. Each struct provides an empty method that may be used along with the struct update syntax to construct it. See each specific struct for examples.

Modules

iosiOS
macosmacOS
unixLinux or DragonFly BSD or FreeBSD or NetBSD or OpenBSD
windowsWindows

Enums

RawWindowHandle

Traits

HasRawWindowHandle

Window that wraps around a raw window handle.