Expand description
Required features: "Win32_Devices_HumanInterfaceDevice"
Fields
dwFFMaxForce: u32
dwFFForceResolution: u32
Trait Implementations
impl Clone for DIFFOBJECTATTRIBUTES
impl Clone for DIFFOBJECTATTRIBUTES
impl Copy for DIFFOBJECTATTRIBUTES
Auto Trait Implementations
impl RefUnwindSafe for DIFFOBJECTATTRIBUTES
impl Send for DIFFOBJECTATTRIBUTES
impl Sync for DIFFOBJECTATTRIBUTES
impl Unpin for DIFFOBJECTATTRIBUTES
impl UnwindSafe for DIFFOBJECTATTRIBUTES
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