Struct x11::xinerama::XPanoramiXInfo
source · #[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: XIDTrait Implementations§
source§impl Clone for XPanoramiXInfo
impl Clone for XPanoramiXInfo
source§fn clone(&self) -> XPanoramiXInfo
fn clone(&self) -> XPanoramiXInfo
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for XPanoramiXInfo
impl Debug for XPanoramiXInfo
source§impl PartialEq<XPanoramiXInfo> for XPanoramiXInfo
impl PartialEq<XPanoramiXInfo> for XPanoramiXInfo
source§fn eq(&self, other: &XPanoramiXInfo) -> bool
fn eq(&self, other: &XPanoramiXInfo) -> bool
This method tests for
self and other values to be equal, and is used
by ==.