#[repr(C)]pub struct tagRAWINPUTDEVICELIST {
pub hDevice: HANDLE,
pub dwType: DWORD,
}
Fields§
§hDevice: HANDLE
§dwType: DWORD
Trait Implementations§
Source§impl Clone for tagRAWINPUTDEVICELIST
impl Clone for tagRAWINPUTDEVICELIST
Source§fn clone(&self) -> tagRAWINPUTDEVICELIST
fn clone(&self) -> tagRAWINPUTDEVICELIST
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 tagRAWINPUTDEVICELIST
impl Debug for tagRAWINPUTDEVICELIST
Source§impl Ord for tagRAWINPUTDEVICELIST
impl Ord for tagRAWINPUTDEVICELIST
Source§fn cmp(&self, other: &tagRAWINPUTDEVICELIST) -> Ordering
fn cmp(&self, other: &tagRAWINPUTDEVICELIST) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagRAWINPUTDEVICELIST
impl PartialEq for tagRAWINPUTDEVICELIST
Source§impl PartialOrd for tagRAWINPUTDEVICELIST
impl PartialOrd for tagRAWINPUTDEVICELIST
impl Copy for tagRAWINPUTDEVICELIST
impl Eq for tagRAWINPUTDEVICELIST
impl StructuralPartialEq for tagRAWINPUTDEVICELIST
Auto Trait Implementations§
impl Freeze for tagRAWINPUTDEVICELIST
impl RefUnwindSafe for tagRAWINPUTDEVICELIST
impl !Send for tagRAWINPUTDEVICELIST
impl !Sync for tagRAWINPUTDEVICELIST
impl Unpin for tagRAWINPUTDEVICELIST
impl UnwindSafe for tagRAWINPUTDEVICELIST
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