Struct xcb::xinput::SetDeviceButtonMappingReply
source · pub struct SetDeviceButtonMappingReply { /* private fields */ }
Expand description
Reply type for SetDeviceButtonMapping.
Can be obtained from a SetDeviceButtonMappingCookie with Connection::wait_for_reply or from a SetDeviceButtonMappingCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
source§impl SetDeviceButtonMappingReply
impl SetDeviceButtonMappingReply
pub fn response_type(&self) -> u8
pub fn xi_reply_type(&self) -> u8
pub fn sequence(&self) -> u16
pub fn length(&self) -> u32
pub fn status(&self) -> MappingStatus
Trait Implementations§
source§impl Debug for SetDeviceButtonMappingReply
impl Debug for SetDeviceButtonMappingReply
source§impl Drop for SetDeviceButtonMappingReply
impl Drop for SetDeviceButtonMappingReply
source§impl Reply for SetDeviceButtonMappingReply
impl Reply for SetDeviceButtonMappingReply
impl Send for SetDeviceButtonMappingReply
impl Sync for SetDeviceButtonMappingReply
Auto Trait Implementations§
impl Freeze for SetDeviceButtonMappingReply
impl RefUnwindSafe for SetDeviceButtonMappingReply
impl Unpin for SetDeviceButtonMappingReply
impl UnwindSafe for SetDeviceButtonMappingReply
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