[][src]Type Definition xcb::xproto::GetGeometryReply

type GetGeometryReply = Reply<xcb_get_geometry_reply_t>;

Methods

impl GetGeometryReply[src]

pub fn depth(&self) -> u8[src]

pub fn root(&self) -> Window[src]

pub fn x(&self) -> i16[src]

pub fn y(&self) -> i16[src]

pub fn width(&self) -> u16[src]

pub fn height(&self) -> u16[src]

pub fn border_width(&self) -> u16[src]