Trait winit::os::unix::MonitorIdExt [] [src]

pub trait MonitorIdExt {
    fn native_id(&self) -> u32;
}

Additional methods on MonitorId that are specific to Linux.

Required Methods

Returns the inner identifier of the monitor.

Implementors