Expand description
Required features: ‘Win32_Devices_HumanInterfaceDevice’
Fields
dwFlags: u32wUsagePage: u16wUsage: u16Trait 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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more