Struct xcb::xinput::QueryDeviceStateCookie
source · pub struct QueryDeviceStateCookie { /* private fields */ }
Expand description
Cookie type for QueryDeviceState.
This cookie can be used to get a QueryDeviceStateReply with Connection::wait_for_reply
Trait Implementations§
source§impl Cookie for QueryDeviceStateCookie
impl Cookie for QueryDeviceStateCookie
source§impl CookieWithReplyChecked for QueryDeviceStateCookie
impl CookieWithReplyChecked for QueryDeviceStateCookie
source§type Reply = QueryDeviceStateReply
type Reply = QueryDeviceStateReply
The reply type associated with the cookie
source§impl Debug for QueryDeviceStateCookie
impl Debug for QueryDeviceStateCookie
impl CookieChecked for QueryDeviceStateCookie
Auto Trait Implementations§
impl Freeze for QueryDeviceStateCookie
impl RefUnwindSafe for QueryDeviceStateCookie
impl Send for QueryDeviceStateCookie
impl Sync for QueryDeviceStateCookie
impl Unpin for QueryDeviceStateCookie
impl UnwindSafe for QueryDeviceStateCookie
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