Struct winapi::hidpi::HIDP_BUTTON_CAPS [] [src]

pub struct HIDP_BUTTON_CAPS {
    pub UsagePage: USAGE,
    pub ReportID: UCHAR,
    pub IsAlias: BOOLEAN,
    pub BitField: USHORT,
    pub LinkCollection: USHORT,
    pub LinkUsage: USAGE,
    pub LinkUsagePage: USAGE,
    pub IsRange: BOOLEAN,
    pub IsStringRange: BOOLEAN,
    pub IsDesignatorRange: BOOLEAN,
    pub IsAbsolute: BOOLEAN,
    pub Reserved: [ULONG; 10],
    pub S_un: [u16; 8],
}

Fields

UsagePage: USAGE ReportID: UCHAR IsAlias: BOOLEAN BitField: USHORT LinkCollection: USHORT LinkUsage: USAGE LinkUsagePage: USAGE IsRange: BOOLEAN IsStringRange: BOOLEAN IsDesignatorRange: BOOLEAN IsAbsolute: BOOLEAN Reserved: [ULONG; 10] S_un: [u16; 8]

Methods

impl HIDP_BUTTON_CAPS
[src]

unsafe fn Range(&self) -> &HIDP_RANGE_STRUCT

unsafe fn Range_mut(&mut self) -> &mut HIDP_RANGE_STRUCT

impl HIDP_BUTTON_CAPS
[src]

unsafe fn NotRange(&self) -> &HIDP_NOTRANGE_STRUCT

unsafe fn NotRange_mut(&mut self) -> &mut HIDP_NOTRANGE_STRUCT

Trait Implementations

impl Debug for HIDP_BUTTON_CAPS
[src]

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

Formats the value using the given formatter.

impl Copy for HIDP_BUTTON_CAPS
[src]

impl Clone for HIDP_BUTTON_CAPS
[src]

fn clone(&self) -> HIDP_BUTTON_CAPS

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