#[repr(C)]pub struct HIDP_UNKNOWN_TOKEN {
pub Token: u8,
pub Reserved: [u8; 3],
pub BitField: u32,
}
Expand description
Required features: "Win32_Devices_HumanInterfaceDevice"
Fields
Token: u8
Reserved: [u8; 3]
BitField: u32
Trait Implementations
impl Clone for HIDP_UNKNOWN_TOKEN
impl Clone for HIDP_UNKNOWN_TOKEN
impl Copy for HIDP_UNKNOWN_TOKEN
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more