[][src]Trait winit::os::windows::MonitorIdExt

pub trait MonitorIdExt {
    fn native_id(&self) -> String;
fn hmonitor(&self) -> *mut c_void; }

Additional methods on MonitorId that are specific to Windows.

Required methods

fn native_id(&self) -> String

Returns the name of the monitor adapter specific to the Win32 API.

fn hmonitor(&self) -> *mut c_void

Returns the handle of the monitor - HMONITOR.

Loading content...

Implementors

impl MonitorIdExt for MonitorId[src]

Loading content...