Struct x11_dl::xrandr::XRRMonitorInfo
[−]
[src]
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 | |
primary | |
automatic | |
noutput | |
x | |
y | |
width | |
height | |
mwidth | |
mheight | |
outputs |