Struct xcb::xinput::XiQueryPointerReply
source · pub struct XiQueryPointerReply { /* private fields */ }
Expand description
Reply type for XiQueryPointer.
Can be obtained from a XiQueryPointerCookie with Connection::wait_for_reply or from a XiQueryPointerCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
source§impl XiQueryPointerReply
impl XiQueryPointerReply
pub fn response_type(&self) -> u8
pub fn sequence(&self) -> u16
pub fn length(&self) -> u32
pub fn root(&self) -> Window
pub fn child(&self) -> Window
pub fn root_x(&self) -> Fp1616
pub fn root_y(&self) -> Fp1616
pub fn win_x(&self) -> Fp1616
pub fn win_y(&self) -> Fp1616
pub fn same_screen(&self) -> bool
pub fn mods(&self) -> ModifierInfo
pub fn group(&self) -> GroupInfo
Trait Implementations§
source§impl Debug for XiQueryPointerReply
impl Debug for XiQueryPointerReply
source§impl Drop for XiQueryPointerReply
impl Drop for XiQueryPointerReply
source§impl Reply for XiQueryPointerReply
impl Reply for XiQueryPointerReply
impl Send for XiQueryPointerReply
impl Sync for XiQueryPointerReply
Auto Trait Implementations§
impl Freeze for XiQueryPointerReply
impl RefUnwindSafe for XiQueryPointerReply
impl Unpin for XiQueryPointerReply
impl UnwindSafe for XiQueryPointerReply
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