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