Struct ListInputDevicesRequest
pub struct ListInputDevicesRequest;
Implementations§
Trait Implementations§
§impl Clone for ListInputDevicesRequest
impl Clone for ListInputDevicesRequest
§fn clone(&self) -> ListInputDevicesRequest
fn clone(&self) -> ListInputDevicesRequest
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 more§impl Debug for ListInputDevicesRequest
impl Debug for ListInputDevicesRequest
§impl Default for ListInputDevicesRequest
impl Default for ListInputDevicesRequest
§fn default() -> ListInputDevicesRequest
fn default() -> ListInputDevicesRequest
Returns the “default value” for a type. Read more
§impl ReplyRequest for ListInputDevicesRequest
impl ReplyRequest for ListInputDevicesRequest
§type Reply = ListInputDevicesReply
type Reply = ListInputDevicesReply
The kind of reply that this request generates.
§impl Request for ListInputDevicesRequest
impl Request for ListInputDevicesRequest
impl Copy for ListInputDevicesRequest
Auto Trait Implementations§
impl Freeze for ListInputDevicesRequest
impl RefUnwindSafe for ListInputDevicesRequest
impl Send for ListInputDevicesRequest
impl Sync for ListInputDevicesRequest
impl Unpin for ListInputDevicesRequest
impl UnwindSafe for ListInputDevicesRequest
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)