#[repr(C)]pub struct tagRAWHID {
pub dwSizeHid: DWORD,
pub dwCount: DWORD,
pub bRawData: [BYTE; 1],
}Fields§
§dwSizeHid: DWORD§dwCount: DWORD§bRawData: [BYTE; 1]Trait Implementations§
Auto Trait Implementations§
impl Freeze for tagRAWHID
impl RefUnwindSafe for tagRAWHID
impl Send for tagRAWHID
impl Sync for tagRAWHID
impl Unpin for tagRAWHID
impl UnwindSafe for tagRAWHID
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