Struct winit::os::unix::x11::MonitorId
[−]
[src]
pub struct MonitorId(pub Arc<XConnection>, pub u32);
Methods
impl MonitorId[src]
fn get_name(&self) -> Option<String>
fn get_native_identifier(&self) -> NativeMonitorId
fn get_dimensions(&self) -> (u32, u32)
Trait Implementations
impl Clone for MonitorId[src]
fn clone(&self) -> MonitorId
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more