pub trait MonitorHandleExtX11 {
// Required method
fn native_id(&self) -> u32;
}Expand description
Additional methods on MonitorHandle that are specific to X11.
pub trait MonitorHandleExtX11 {
// Required method
fn native_id(&self) -> u32;
}Additional methods on MonitorHandle that are specific to X11.