Type Definition GetGeometryReply
xcb::xproto
type GetGeometryReply = Reply<xcb_get_geometry_reply_t>;
impl GetGeometryReply
pub fn depth(&self) -> u8
pub fn root(&self) -> Window
pub fn x(&self) -> i16
pub fn y(&self) -> i16
pub fn width(&self) -> u16
pub fn height(&self) -> u16
pub fn border_width(&self) -> u16