Struct windows_sys::Win32::Devices::HumanInterfaceDevice::HIDP_DATA
[−]#[repr(C)]pub struct HIDP_DATA {
pub DataIndex: u16,
pub Reserved: u16,
pub Anonymous: HIDP_DATA_0,
}
Expand description
Required features: "Win32_Devices_HumanInterfaceDevice"
, "Win32_Foundation"
Fields
DataIndex: u16
Reserved: u16
Anonymous: HIDP_DATA_0
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for HIDP_DATA
impl Send for HIDP_DATA
impl Sync for HIDP_DATA
impl Unpin for HIDP_DATA
impl UnwindSafe for HIDP_DATA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more