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