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