#[repr(C)]pub struct DIDEVICEOBJECTDATA {
pub dwOfs: u32,
pub dwData: u32,
pub dwTimeStamp: u32,
pub dwSequence: u32,
pub uAppData: usize,
}Expand description
Required features: "Win32_Devices_HumanInterfaceDevice"
Fields
dwOfs: u32dwData: u32dwTimeStamp: u32dwSequence: u32uAppData: usizeTrait Implementations
impl Clone for DIDEVICEOBJECTDATA
impl Clone for DIDEVICEOBJECTDATA
impl Copy for DIDEVICEOBJECTDATA
Auto Trait Implementations
impl RefUnwindSafe for DIDEVICEOBJECTDATA
impl Send for DIDEVICEOBJECTDATA
impl Sync for DIDEVICEOBJECTDATA
impl Unpin for DIDEVICEOBJECTDATA
impl UnwindSafe for DIDEVICEOBJECTDATA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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