Struct x11_dl::xrandr::XRRMonitorInfo [−][src]
#[repr(C)]pub struct XRRMonitorInfo {
pub name: Atom,
pub primary: Bool,
pub automatic: Bool,
pub noutput: c_int,
pub x: c_int,
pub y: c_int,
pub width: c_int,
pub height: c_int,
pub mwidth: c_int,
pub mheight: c_int,
pub outputs: *mut RROutput,
}Fields
name: Atomprimary: Boolautomatic: Boolnoutput: c_intx: c_inty: c_intwidth: c_intheight: c_intmwidth: c_intmheight: c_intoutputs: *mut RROutputTrait 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
