Struct winapi::hidpi::HIDP_LINK_COLLECTION_NODE [] [src]

pub struct HIDP_LINK_COLLECTION_NODE {
    pub LinkUsage: USAGE,
    pub LinkUsagePage: USAGE,
    pub Parent: USHORT,
    pub NumberOfChildren: USHORT,
    pub NextSibling: USHORT,
    pub FirstChild: USHORT,
    pub bit_fields: ULONG,
    pub UserContext: PVOID,
}

Fields

LinkUsage: USAGE LinkUsagePage: USAGE Parent: USHORT NumberOfChildren: USHORT NextSibling: USHORT FirstChild: USHORT bit_fields: ULONG UserContext: PVOID

Methods

impl HIDP_LINK_COLLECTION_NODE
[src]

fn CollectionType(&self) -> ULONG

fn set_CollectionType(&mut self, val: ULONG)

fn IsAlias(&self) -> ULONG

fn set_IsAlias(&mut self, val: ULONG)

Trait Implementations

impl Debug for HIDP_LINK_COLLECTION_NODE
[src]

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

Formats the value using the given formatter.

impl Copy for HIDP_LINK_COLLECTION_NODE
[src]

impl Clone for HIDP_LINK_COLLECTION_NODE
[src]

fn clone(&self) -> HIDP_LINK_COLLECTION_NODE

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