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