Trait nannou::ui::backend::glium::glium::backend::glutin::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