Struct x11::xinerama::XineramaScreenInfo [−][src]
#[repr(C)]pub struct XineramaScreenInfo { pub screen_number: c_int, pub x_org: c_short, pub y_org: c_short, pub width: c_short, pub height: c_short, }
Fields
screen_number: c_int
x_org: c_short
y_org: c_short
width: c_short
height: c_short
Trait Implementations
impl Clone for XineramaScreenInfo
[src]
impl Clone for XineramaScreenInfo
[src]fn clone(&self) -> XineramaScreenInfo
[src][−]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src][−]
impl PartialEq<XineramaScreenInfo> for XineramaScreenInfo
[src]
impl PartialEq<XineramaScreenInfo> for XineramaScreenInfo
[src]