Struct xcb::xfixes::GetCursorImageReply
source · pub struct GetCursorImageReply { /* private fields */ }
Expand description
Reply type for GetCursorImage.
Can be obtained from a GetCursorImageCookie with Connection::wait_for_reply or from a GetCursorImageCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
source§impl GetCursorImageReply
impl GetCursorImageReply
pub fn response_type(&self) -> u8
pub fn sequence(&self) -> u16
pub fn length(&self) -> u32
pub fn x(&self) -> i16
pub fn y(&self) -> i16
pub fn width(&self) -> u16
pub fn height(&self) -> u16
pub fn xhot(&self) -> u16
pub fn yhot(&self) -> u16
pub fn cursor_serial(&self) -> u32
pub fn cursor_image(&self) -> &[u32]
Trait Implementations§
source§impl Debug for GetCursorImageReply
impl Debug for GetCursorImageReply
source§impl Drop for GetCursorImageReply
impl Drop for GetCursorImageReply
source§impl Reply for GetCursorImageReply
impl Reply for GetCursorImageReply
impl Send for GetCursorImageReply
impl Sync for GetCursorImageReply
Auto Trait Implementations§
impl Freeze for GetCursorImageReply
impl RefUnwindSafe for GetCursorImageReply
impl Unpin for GetCursorImageReply
impl UnwindSafe for GetCursorImageReply
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more