Struct glutin::MonitorID [-] [+] [src]

pub struct MonitorID(_);

Identifier for a monitor.

Methods

impl MonitorID

fn get_name(&self) -> Option<String>

Returns a human-readable name of the monitor.

fn get_native_identifier(&self) -> NativeMonitorId

Returns the native platform identifier for this monitor.

fn get_dimensions(&self) -> (u32, u32)

Returns the number of pixels currently displayed on the monitor.