Struct xcb::xinput::ListInputDevicesReply
source · pub struct ListInputDevicesReply { /* private fields */ }
Expand description
Reply type for ListInputDevices.
Can be obtained from a ListInputDevicesCookie with Connection::wait_for_reply or from a ListInputDevicesCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
source§impl ListInputDevicesReply
impl ListInputDevicesReply
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 devices(&self) -> &[DeviceInfo]
pub fn infos(&self) -> InputInfoIterator<'_> ⓘ
pub fn names(&self) -> StrIterator<'_> ⓘ
Trait Implementations§
source§impl Debug for ListInputDevicesReply
impl Debug for ListInputDevicesReply
source§impl Drop for ListInputDevicesReply
impl Drop for ListInputDevicesReply
source§impl Reply for ListInputDevicesReply
impl Reply for ListInputDevicesReply
impl Send for ListInputDevicesReply
impl Sync for ListInputDevicesReply
Auto Trait Implementations§
impl Freeze for ListInputDevicesReply
impl RefUnwindSafe for ListInputDevicesReply
impl Unpin for ListInputDevicesReply
impl UnwindSafe for ListInputDevicesReply
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