Trait mltg::WindowHandle

source ·
pub trait WindowHandle {
    // Required method
    fn handle(&self) -> HWND;
}

Required Methods§

source

fn handle(&self) -> HWND

Implementations on Foreign Types§

source§

impl WindowHandle for *mut c_void

source§

fn handle(&self) -> HWND

source§

impl WindowHandle for RawWindowHandle

source§

fn handle(&self) -> HWND

source§

impl WindowHandle for HWND

source§

fn handle(&self) -> HWND

source§

impl WindowHandle for *const c_void

source§

fn handle(&self) -> HWND

source§

impl WindowHandle for isize

source§

fn handle(&self) -> HWND

Implementors§