Expand description
Required features: "Win32_Devices_HumanInterfaceDevice"
Fields
lMin: i32
lCenter: i32
lMax: i32
Trait Implementations
impl Clone for DIOBJECTCALIBRATION
impl Clone for DIOBJECTCALIBRATION
impl Copy for DIOBJECTCALIBRATION
Auto Trait Implementations
impl RefUnwindSafe for DIOBJECTCALIBRATION
impl Send for DIOBJECTCALIBRATION
impl Sync for DIOBJECTCALIBRATION
impl Unpin for DIOBJECTCALIBRATION
impl UnwindSafe for DIOBJECTCALIBRATION
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