Struct windows_sys::Win32::Devices::HumanInterfaceDevice::JOYRANGE
[−]Expand description
Required features: ‘Win32_Devices_HumanInterfaceDevice’
Fields
jpMin: JOYPOS
jpMax: JOYPOS
jpCenter: JOYPOS
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for JOYRANGE
impl Send for JOYRANGE
impl Sync for JOYRANGE
impl Unpin for JOYRANGE
impl UnwindSafe for JOYRANGE
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