Trait MonitorIdExt
rendy::wsi::winit::os::unix
pub trait MonitorIdExt { fn native_id(&self) -> u32; }
Additional methods on MonitorId that are specific to Linux.
MonitorId
fn native_id(&self) -> u32
Returns the inner identifier of the monitor.
impl MonitorIdExt for MonitorId