Struct xcb::xinput::QueryDeviceStateReply
source · pub struct QueryDeviceStateReply { /* private fields */ }
Expand description
Reply type for QueryDeviceState.
Can be obtained from a QueryDeviceStateCookie with Connection::wait_for_reply or from a QueryDeviceStateCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
Trait Implementations§
source§impl Debug for QueryDeviceStateReply
impl Debug for QueryDeviceStateReply
source§impl Drop for QueryDeviceStateReply
impl Drop for QueryDeviceStateReply
source§impl Reply for QueryDeviceStateReply
impl Reply for QueryDeviceStateReply
impl Send for QueryDeviceStateReply
impl Sync for QueryDeviceStateReply
Auto Trait Implementations§
impl Freeze for QueryDeviceStateReply
impl RefUnwindSafe for QueryDeviceStateReply
impl Unpin for QueryDeviceStateReply
impl UnwindSafe for QueryDeviceStateReply
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