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: XID
Trait Implementations
sourceimpl Clone for XPanoramiXInfo
impl Clone for XPanoramiXInfo
sourcefn clone(&self) -> XPanoramiXInfo
fn clone(&self) -> XPanoramiXInfo
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for XPanoramiXInfo
impl Debug for XPanoramiXInfo
sourceimpl PartialEq<XPanoramiXInfo> for XPanoramiXInfo
impl PartialEq<XPanoramiXInfo> for XPanoramiXInfo
sourcefn 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 ==
. Read more
impl Copy for XPanoramiXInfo
impl StructuralPartialEq for XPanoramiXInfo
Auto Trait Implementations
impl RefUnwindSafe for XPanoramiXInfo
impl Send for XPanoramiXInfo
impl Sync for XPanoramiXInfo
impl Unpin for XPanoramiXInfo
impl UnwindSafe for XPanoramiXInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more