Expand description
Required features: "Win32_Devices_HumanInterfaceDevice"
Fields
dwFlags: u32
wUsagePage: u16
wUsage: u16
Trait Implementations
impl Clone for DIOBJECTATTRIBUTES
impl Clone for DIOBJECTATTRIBUTES
impl Copy for DIOBJECTATTRIBUTES
Auto Trait Implementations
impl RefUnwindSafe for DIOBJECTATTRIBUTES
impl Send for DIOBJECTATTRIBUTES
impl Sync for DIOBJECTATTRIBUTES
impl Unpin for DIOBJECTATTRIBUTES
impl UnwindSafe for DIOBJECTATTRIBUTES
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