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 | |
LinkUsagePage | |
Parent | |
NumberOfChildren | |
NextSibling | |
FirstChild | |
bit_fields | |
UserContext |
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 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