Struct xcb::xinput::XiGrabDeviceReply
source · pub struct XiGrabDeviceReply { /* private fields */ }
Expand description
Reply type for XiGrabDevice.
Can be obtained from a XiGrabDeviceCookie with Connection::wait_for_reply or from a XiGrabDeviceCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
Trait Implementations§
source§impl Debug for XiGrabDeviceReply
impl Debug for XiGrabDeviceReply
source§impl Drop for XiGrabDeviceReply
impl Drop for XiGrabDeviceReply
source§impl Reply for XiGrabDeviceReply
impl Reply for XiGrabDeviceReply
impl Send for XiGrabDeviceReply
impl Sync for XiGrabDeviceReply
Auto Trait Implementations§
impl Freeze for XiGrabDeviceReply
impl RefUnwindSafe for XiGrabDeviceReply
impl Unpin for XiGrabDeviceReply
impl UnwindSafe for XiGrabDeviceReply
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