Struct x11_dl::xinerama::XPanoramiXInfo [−][src]
#[repr(C)]pub struct XPanoramiXInfo { pub window: Window, pub screen: c_int, pub State: c_int, pub width: c_int, pub height: c_int, pub ScreenCount: c_int, pub eventMask: XID, }
Fields
window: Window
screen: c_int
State: c_int
width: c_int
height: c_int
ScreenCount: c_int
eventMask: XID
Trait Implementations
impl Debug for XPanoramiXInfo[src]
impl Debug for XPanoramiXInfofn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for XPanoramiXInfo[src]
impl Clone for XPanoramiXInfofn clone(&self) -> XPanoramiXInfo[src]
fn clone(&self) -> XPanoramiXInfoReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for XPanoramiXInfo[src]
impl Copy for XPanoramiXInfoimpl PartialEq for XPanoramiXInfo[src]
impl PartialEq for XPanoramiXInfofn eq(&self, other: &XPanoramiXInfo) -> bool[src]
fn eq(&self, other: &XPanoramiXInfo) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &XPanoramiXInfo) -> bool[src]
fn ne(&self, other: &XPanoramiXInfo) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for XPanoramiXInfo
impl Send for XPanoramiXInfoimpl Sync for XPanoramiXInfo
impl Sync for XPanoramiXInfo