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