[][src]Type Definition xcb::xfixes::GetCursorImageAndNameReply

type GetCursorImageAndNameReply = Reply<xcb_xfixes_get_cursor_image_and_name_reply_t>;

Methods

impl GetCursorImageAndNameReply[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 xhot(&self) -> u16[src]

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

pub fn cursor_serial(&self) -> u32[src]

pub fn cursor_atom(&self) -> Atom[src]

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

pub fn name(&self) -> &str[src]

pub fn cursor_image(&self) -> &[u32][src]