pub trait MonitorHandleExtWayland { // Required method fn native_id(&self) -> u32; }
Additional methods on MonitorHandle that are specific to Wayland.
MonitorHandle
Returns the inner identifier of the monitor.