Struct xcb::xinput::GetDeviceKeyMappingReply
source · pub struct GetDeviceKeyMappingReply { /* private fields */ }
Expand description
Reply type for GetDeviceKeyMapping.
Can be obtained from a GetDeviceKeyMappingCookie with Connection::wait_for_reply or from a GetDeviceKeyMappingCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
source§impl GetDeviceKeyMappingReply
impl GetDeviceKeyMappingReply
pub fn response_type(&self) -> u8
pub fn xi_reply_type(&self) -> u8
pub fn sequence(&self) -> u16
pub fn keysyms_per_keycode(&self) -> u8
pub fn keysyms(&self) -> &[Keysym]
Trait Implementations§
source§impl Debug for GetDeviceKeyMappingReply
impl Debug for GetDeviceKeyMappingReply
source§impl Drop for GetDeviceKeyMappingReply
impl Drop for GetDeviceKeyMappingReply
source§impl Reply for GetDeviceKeyMappingReply
impl Reply for GetDeviceKeyMappingReply
impl Send for GetDeviceKeyMappingReply
impl Sync for GetDeviceKeyMappingReply
Auto Trait Implementations§
impl Freeze for GetDeviceKeyMappingReply
impl RefUnwindSafe for GetDeviceKeyMappingReply
impl Unpin for GetDeviceKeyMappingReply
impl UnwindSafe for GetDeviceKeyMappingReply
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