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