Struct x11_dl::xrandr::XRRPanning
[−]
[src]
pub struct XRRPanning {
pub timestamp: Time,
pub left: c_uint,
pub top: c_uint,
pub width: c_uint,
pub height: c_uint,
pub track_left: c_uint,
pub track_top: c_uint,
pub track_width: c_uint,
pub track_height: c_uint,
pub border_left: c_int,
pub border_top: c_int,
pub border_right: c_int,
pub border_bottom: c_int,
}Fields
timestamp | |
left | |
top | |
width | |
height | |
track_left | |
track_top | |
track_width | |
track_height | |
border_left | |
border_top | |
border_right | |
border_bottom |