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