Struct winapi::hidpi::HIDP_DATA [] [src]

#[repr(C)]
pub struct HIDP_DATA { pub DataIndex: USHORT, pub Reserved: USHORT, pub S_un: [u32; 1], }

Fields

Methods

impl HIDP_DATA
[src]

impl HIDP_DATA
[src]

Trait Implementations

impl Debug for HIDP_DATA
[src]

Formats the value using the given formatter.

impl Copy for HIDP_DATA
[src]

impl Clone for HIDP_DATA
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more