#[repr(C)]pub struct RAWINPUTDEVICELIST {
pub hDevice: HANDLE,
pub dwType: RID_DEVICE_INFO_TYPE,
}
Fields§
§hDevice: HANDLE
§dwType: RID_DEVICE_INFO_TYPE
Trait Implementations§
Source§impl Abi for RAWINPUTDEVICELIST
impl Abi for RAWINPUTDEVICELIST
Source§type Abi = RAWINPUTDEVICELIST
type Abi = RAWINPUTDEVICELIST
The abi representation of the implementing type. Read more
type DefaultType = RAWINPUTDEVICELIST
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType
to Result<T>
.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for RAWINPUTDEVICELIST
impl Clone for RAWINPUTDEVICELIST
Source§fn clone(&self) -> RAWINPUTDEVICELIST
fn clone(&self) -> RAWINPUTDEVICELIST
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 RAWINPUTDEVICELIST
impl Debug for RAWINPUTDEVICELIST
Source§impl Default for RAWINPUTDEVICELIST
impl Default for RAWINPUTDEVICELIST
Source§impl PartialEq for RAWINPUTDEVICELIST
impl PartialEq for RAWINPUTDEVICELIST
impl Copy for RAWINPUTDEVICELIST
impl Eq for RAWINPUTDEVICELIST
Auto Trait Implementations§
impl Freeze for RAWINPUTDEVICELIST
impl RefUnwindSafe for RAWINPUTDEVICELIST
impl Send for RAWINPUTDEVICELIST
impl Sync for RAWINPUTDEVICELIST
impl Unpin for RAWINPUTDEVICELIST
impl UnwindSafe for RAWINPUTDEVICELIST
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