Struct x11_dl::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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for XineramaScreenInfo
impl Send for XineramaScreenInfo
impl Sync for XineramaScreenInfo
impl Unpin for XineramaScreenInfo
impl UnwindSafe for XineramaScreenInfo
Blanket Implementations
Mutably borrows from an owned value. Read more