Expand description
Required features: ‘Win32_Devices_HumanInterfaceDevice’
Fields
lMin: [i32; 5]lMax: [i32; 5]Trait Implementations
impl Clone for DIPOVCALIBRATION
impl Clone for DIPOVCALIBRATION
impl Copy for DIPOVCALIBRATION
Auto Trait Implementations
impl RefUnwindSafe for DIPOVCALIBRATION
impl Send for DIPOVCALIBRATION
impl Sync for DIPOVCALIBRATION
impl Unpin for DIPOVCALIBRATION
impl UnwindSafe for DIPOVCALIBRATION
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