#[repr(C)]pub struct HIDP_UNKNOWN_TOKEN {
pub Token: UCHAR,
pub Reserved: [UCHAR; 3],
pub BitField: ULONG,
}
Fields§
§Token: UCHAR
§Reserved: [UCHAR; 3]
§BitField: ULONG
Trait Implementations§
Source§impl Clone for HIDP_UNKNOWN_TOKEN
impl Clone for HIDP_UNKNOWN_TOKEN
Source§fn clone(&self) -> HIDP_UNKNOWN_TOKEN
fn clone(&self) -> HIDP_UNKNOWN_TOKEN
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 moreSource§impl Default for HIDP_UNKNOWN_TOKEN
impl Default for HIDP_UNKNOWN_TOKEN
Source§fn default() -> HIDP_UNKNOWN_TOKEN
fn default() -> HIDP_UNKNOWN_TOKEN
Returns the “default value” for a type. Read more
impl Copy for HIDP_UNKNOWN_TOKEN
Auto Trait Implementations§
impl Freeze for HIDP_UNKNOWN_TOKEN
impl RefUnwindSafe for HIDP_UNKNOWN_TOKEN
impl Send for HIDP_UNKNOWN_TOKEN
impl Sync for HIDP_UNKNOWN_TOKEN
impl Unpin for HIDP_UNKNOWN_TOKEN
impl UnwindSafe for HIDP_UNKNOWN_TOKEN
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