pub trait MonitorHandleExtWindows {
// Required methods
fn native_id(&self) -> String;
fn hmonitor(&self) -> HMONITOR;
}Available on
windows_platform only.Expand description
Additional methods on MonitorHandle that are specific to Windows.