pub trait AsWindow {
// Required method
fn as_window(&self) -> BorrowedWindow<'_>;
}Available on crate feature
winio only.Expand description
Trait to borrow the window handle.
Required Methods§
Sourcefn as_window(&self) -> BorrowedWindow<'_>
fn as_window(&self) -> BorrowedWindow<'_>
Get the window handle.