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