Struct xcb::xinput::ChangePointerDeviceReply
source · pub struct ChangePointerDeviceReply { /* private fields */ }
Expand description
Reply type for ChangePointerDevice.
Can be obtained from a ChangePointerDeviceCookie with Connection::wait_for_reply or from a ChangePointerDeviceCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
source§impl ChangePointerDeviceReply
impl ChangePointerDeviceReply
pub fn response_type(&self) -> u8
pub fn xi_reply_type(&self) -> u8
pub fn sequence(&self) -> u16
pub fn length(&self) -> u32
pub fn status(&self) -> GrabStatus
Trait Implementations§
source§impl Debug for ChangePointerDeviceReply
impl Debug for ChangePointerDeviceReply
source§impl Drop for ChangePointerDeviceReply
impl Drop for ChangePointerDeviceReply
source§impl Reply for ChangePointerDeviceReply
impl Reply for ChangePointerDeviceReply
impl Send for ChangePointerDeviceReply
impl Sync for ChangePointerDeviceReply
Auto Trait Implementations§
impl Freeze for ChangePointerDeviceReply
impl RefUnwindSafe for ChangePointerDeviceReply
impl Unpin for ChangePointerDeviceReply
impl UnwindSafe for ChangePointerDeviceReply
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