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