Struct HIDP_DATA
#[repr(C)]pub struct HIDP_DATA {
pub DataIndex: u16,
pub Reserved: u16,
pub Anonymous: HIDP_DATA_0,
}
Fields§
§DataIndex: u16
§Reserved: u16
§Anonymous: HIDP_DATA_0
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HIDP_DATA
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§
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