Struct x11_dl::xinerama::XPanoramiXInfo [] [src]

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

Trait Implementations

impl Clone for XPanoramiXInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for XPanoramiXInfo
[src]

impl PartialEq for XPanoramiXInfo
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.