Struct glutin::platform::unix::x11::ffi::XRRScreenSize [−][src]
#[repr(C)]pub struct XRRScreenSize {
pub width: i32,
pub height: i32,
pub mwidth: i32,
pub mheight: i32,
}
Fields
width: i32
height: i32
mwidth: i32
mheight: i32
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 XRRScreenSize
impl Send for XRRScreenSize
impl Sync for XRRScreenSize
impl Unpin for XRRScreenSize
impl UnwindSafe for XRRScreenSize
Blanket Implementations
Mutably borrows from an owned value. Read more