Trait limn_core::prelude::glutin::os::unix::MonitorIdExt []

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