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

Additional methods on MonitorHandle that are specific to X11.

Required Methods§

source

fn native_id(&self) -> u32

Returns the inner identifier of the monitor.

Implementors§