[][src]Trait dxplr::WindowHandle

pub trait WindowHandle {
    fn as_hwnd(&self) -> HWND;
fn as_ptr(&self) -> *const c_void; }

A trait for converting a value to a 'HWND' and a c_void pointer.

Required methods

fn as_hwnd(&self) -> HWND

fn as_ptr(&self) -> *const c_void

Loading content...

Implementations on Foreign Types

impl WindowHandle for HWND[src]

impl WindowHandle for *const c_void[src]

impl WindowHandle for *mut c_void[src]

Loading content...

Implementors

Loading content...