[][src]Trait dxplr::WindowHandle

pub trait WindowHandle {
    pub fn as_ptr(&self) -> *mut c_void;

    pub fn as_hwnd(&self) -> HWND { ... }
}

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

Required methods

pub fn as_ptr(&self) -> *mut c_void[src]

Loading content...

Provided methods

pub fn as_hwnd(&self) -> HWND[src]

Loading content...

Implementations on Foreign Types

impl WindowHandle for HWND[src]

impl WindowHandle for *mut c_void[src]

impl WindowHandle for *const c_void[src]

Loading content...

Implementors

Loading content...