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