Struct xcb::ffi::randr::xcb_randr_get_crtc_info_reply_t
[−]
[src]
#[repr(C)]pub struct xcb_randr_get_crtc_info_reply_t { pub response_type: u8, pub status: u8, pub sequence: u16, pub length: u32, pub timestamp: xcb_timestamp_t, pub x: i16, pub y: i16, pub width: u16, pub height: u16, pub mode: xcb_randr_mode_t, pub rotation: u16, pub rotations: u16, pub num_outputs: u16, pub num_possible_outputs: u16, }
Fields
response_type: u8
status: u8
sequence: u16
length: u32
timestamp: xcb_timestamp_t
x: i16
y: i16
width: u16
height: u16
mode: xcb_randr_mode_t
rotation: u16
rotations: u16
num_outputs: u16
num_possible_outputs: u16