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