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

pub struct HIDP_DATA {
    pub DataIndex: USHORT,
    pub Reserved: USHORT,
    pub S_un: [u32; 1],
}

Fields

DataIndex: USHORT Reserved: USHORT S_un: [u32; 1]

Methods

impl HIDP_DATA
[src]

unsafe fn RawValue(&self) -> &ULONG

unsafe fn RawValue_mut(&mut self) -> &mut ULONG

impl HIDP_DATA
[src]

unsafe fn On(&self) -> &BOOLEAN

unsafe fn On_mut(&mut self) -> &mut BOOLEAN

Trait Implementations

impl Debug for HIDP_DATA
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for HIDP_DATA
[src]

impl Clone for HIDP_DATA
[src]

fn clone(&self) -> HIDP_DATA

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more