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

#[repr(C)]
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

Methods

impl HIDP_LINK_COLLECTION_NODE
[src]

Trait Implementations

impl Debug for HIDP_LINK_COLLECTION_NODE
[src]

Formats the value using the given formatter.

impl Copy for HIDP_LINK_COLLECTION_NODE
[src]

impl Clone for HIDP_LINK_COLLECTION_NODE
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more