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: u64primary: i32automatic: i32noutput: i32x: i32y: i32width: i32height: i32mwidth: i32mheight: i32outputs: *mut u64Trait 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
