pub struct ListInputDevices {}Expand description
The ListInputDevices request.
This request replies ListInputDevicesReply.
Associated cookie types are ListInputDevicesCookie and ListInputDevicesCookieUnchecked.
Trait Implementations§
Source§impl Clone for ListInputDevices
impl Clone for ListInputDevices
Source§fn clone(&self) -> ListInputDevices
fn clone(&self) -> ListInputDevices
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ListInputDevices
impl Debug for ListInputDevices
Source§impl RawRequest for ListInputDevices
impl RawRequest for ListInputDevices
Source§fn raw_request(&self, c: &Connection, checked: bool) -> u64
fn raw_request(&self, c: &Connection, checked: bool) -> u64
Actual implementation of the request sending Read more
Source§impl Request for ListInputDevices
impl Request for ListInputDevices
Source§impl RequestWithReply for ListInputDevices
impl RequestWithReply for ListInputDevices
Source§type Reply = ListInputDevicesReply
type Reply = ListInputDevicesReply
Reply associated with the request
Source§type Cookie = ListInputDevicesCookie
type Cookie = ListInputDevicesCookie
Default cookie type for the request, as returned by Connection::send_request.
Source§type CookieUnchecked = ListInputDevicesCookieUnchecked
type CookieUnchecked = ListInputDevicesCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for ListInputDevices
impl RefUnwindSafe for ListInputDevices
impl Send for ListInputDevices
impl Sync for ListInputDevices
impl Unpin for ListInputDevices
impl UnwindSafe for ListInputDevices
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