pub trait MonitorIdExt {
    // Required method
    fn native_id(&self) -> String;
}
Expand description

Additional methods on MonitorId that are specific to Windows.

Required Methods§

source

fn native_id(&self) -> String

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

Implementors§