Struct windows_sys::Win32::UI::Input::RID_DEVICE_INFO
#[repr(C)]pub struct RID_DEVICE_INFO {
pub cbSize: u32,
pub dwType: RID_DEVICE_INFO_TYPE,
pub Anonymous: RID_DEVICE_INFO_0,
}Expand description
Required features: "Win32_Foundation"
Fields§
§cbSize: u32§dwType: RID_DEVICE_INFO_TYPE§Anonymous: RID_DEVICE_INFO_0Trait Implementations§
§impl Clone for RID_DEVICE_INFO
impl Clone for RID_DEVICE_INFO
impl Copy for RID_DEVICE_INFO
Auto Trait Implementations§
impl RefUnwindSafe for RID_DEVICE_INFO
impl Send for RID_DEVICE_INFO
impl Sync for RID_DEVICE_INFO
impl Unpin for RID_DEVICE_INFO
impl UnwindSafe for RID_DEVICE_INFO
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