Struct windows_sys::Win32::Devices::HumanInterfaceDevice::DICONSTANTFORCE
#[repr(C)]pub struct DICONSTANTFORCE {
pub lMagnitude: i32,
}
Fields§
§lMagnitude: i32
Trait Implementations§
§impl Clone for DICONSTANTFORCE
impl Clone for DICONSTANTFORCE
impl Copy for DICONSTANTFORCE
Auto Trait Implementations§
impl RefUnwindSafe for DICONSTANTFORCE
impl Send for DICONSTANTFORCE
impl Sync for DICONSTANTFORCE
impl Unpin for DICONSTANTFORCE
impl UnwindSafe for DICONSTANTFORCE
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more