AsRawWindow

Trait AsRawWindow 

Source
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§

Source

fn as_raw_window(&self) -> RawWindow

Get the raw window handle.

Implementations on Foreign Types§

Source§

impl AsRawWindow for Window

Source§

impl<T> AsRawWindow for &T
where T: AsRawWindow,

Implementors§

Source§

impl AsRawWindow for RawWindow

Source§

impl AsRawWindow for BorrowedWindow<'_>

Source§

impl AsRawWindow for everything_plugin::ui::winio::prelude::Window

Source§

impl<T> AsRawWindow for Child<T>