Struct x11_dl::xrandr::XRRCrtcInfo
[−]
[src]
pub struct XRRCrtcInfo { pub timestamp: Time, pub x: c_int, pub y: c_int, pub width: c_uint, pub height: c_uint, pub mode: RRMode, pub rotation: Rotation, pub noutput: c_int, pub outputs: *mut RROutput, pub rotations: Rotation, pub npossible: c_int, pub possible: *mut RROutput, }
Fields
timestamp | |
x | |
y | |
width | |
height | |
mode | |
rotation | |
noutput | |
outputs | |
rotations | |
npossible | |
possible |