MonitorHandleExtWindows

Trait MonitorHandleExtWindows 

Source
pub trait MonitorHandleExtWindows {
    // Required methods
    fn native_id(&self) -> String;
    fn hmonitor(&self) -> isize;
}
Expand description

Additional methods on MonitorHandle that are specific to Windows.

Required Methods§

Source

fn native_id(&self) -> String

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

Source

fn hmonitor(&self) -> isize

Returns the handle of the monitor - HMONITOR.

Implementors§