Struct xcb::xfixes::GetCursorImageAndNameReply
source · pub struct GetCursorImageAndNameReply { /* private fields */ }
Expand description
Reply type for GetCursorImageAndName.
Can be obtained from a GetCursorImageAndNameCookie with Connection::wait_for_reply or from a GetCursorImageAndNameCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
source§impl GetCursorImageAndNameReply
impl GetCursorImageAndNameReply
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_atom(&self) -> Atom
pub fn cursor_image(&self) -> &[u32]
pub fn name(&self) -> &Lat1Str
Trait Implementations§
source§impl Debug for GetCursorImageAndNameReply
impl Debug for GetCursorImageAndNameReply
source§impl Drop for GetCursorImageAndNameReply
impl Drop for GetCursorImageAndNameReply
source§impl Reply for GetCursorImageAndNameReply
impl Reply for GetCursorImageAndNameReply
impl Send for GetCursorImageAndNameReply
impl Sync for GetCursorImageAndNameReply
Auto Trait Implementations§
impl Freeze for GetCursorImageAndNameReply
impl RefUnwindSafe for GetCursorImageAndNameReply
impl Unpin for GetCursorImageAndNameReply
impl UnwindSafe for GetCursorImageAndNameReply
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