Struct xcb::ffi::xproto::xcb_query_tree_reply_t [] [src]

#[repr(C)]
pub struct xcb_query_tree_reply_t { pub response_type: u8, pub pad0: u8, pub sequence: u16, pub length: u32, pub root: xcb_window_t, pub parent: xcb_window_t, pub children_len: u16, pub pad1: [u8; 14], }

Fields

The root window of window.

The parent window of window.

The number of child windows.