#[repr(C, packed(4))]pub struct HIDP_LINK_COLLECTION_NODE {
pub LinkUsage: u16,
pub LinkUsagePage: u16,
pub Parent: u16,
pub NumberOfChildren: u16,
pub NextSibling: u16,
pub FirstChild: u16,
pub _bitfield: u32,
pub UserContext: *mut c_void,
}Fields§
§LinkUsage: u16§LinkUsagePage: u16§Parent: u16§NumberOfChildren: u16§NextSibling: u16§FirstChild: u16§_bitfield: u32§UserContext: *mut c_voidTrait Implementations§
Source§impl Abi for HIDP_LINK_COLLECTION_NODE
impl Abi for HIDP_LINK_COLLECTION_NODE
Source§type Abi = HIDP_LINK_COLLECTION_NODE
type Abi = HIDP_LINK_COLLECTION_NODE
The abi representation of the implementing type. Read more
type DefaultType = HIDP_LINK_COLLECTION_NODE
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for HIDP_LINK_COLLECTION_NODE
impl Clone for HIDP_LINK_COLLECTION_NODE
Source§fn clone(&self) -> HIDP_LINK_COLLECTION_NODE
fn clone(&self) -> HIDP_LINK_COLLECTION_NODE
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for HIDP_LINK_COLLECTION_NODE
impl Eq for HIDP_LINK_COLLECTION_NODE
Auto Trait Implementations§
impl Freeze for HIDP_LINK_COLLECTION_NODE
impl RefUnwindSafe for HIDP_LINK_COLLECTION_NODE
impl !Send for HIDP_LINK_COLLECTION_NODE
impl !Sync for HIDP_LINK_COLLECTION_NODE
impl Unpin for HIDP_LINK_COLLECTION_NODE
impl UnwindSafe for HIDP_LINK_COLLECTION_NODE
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more