Trait MonitorHandleExtUnix

Source
pub trait MonitorHandleExtUnix {
    // Required method
    fn gdk_monitor(&self) -> &Monitor;
}
Expand description

Additional methods on MonitorHandle that are specific to Unix.

Required Methods§

Source

fn gdk_monitor(&self) -> &Monitor

Returns the gdk handle of the monitor.

Implementors§