pub trait AsRawWindow {
// Required method
fn as_raw_window(&self) -> RawWindow;
}Available on crate feature
winio only.Expand description
Trait to exact the raw window handle.
Required Methods§
Sourcefn as_raw_window(&self) -> RawWindow
fn as_raw_window(&self) -> RawWindow
Get the raw window handle.