Struct windows_sys::Win32::Devices::HumanInterfaceDevice::DIRAMPFORCE
[−]Expand description
Required features: "Win32_Devices_HumanInterfaceDevice"
Fields
lStart: i32
lEnd: i32
Trait Implementations
impl Clone for DIRAMPFORCE
impl Clone for DIRAMPFORCE
impl Copy for DIRAMPFORCE
Auto Trait Implementations
impl RefUnwindSafe for DIRAMPFORCE
impl Send for DIRAMPFORCE
impl Sync for DIRAMPFORCE
impl Unpin for DIRAMPFORCE
impl UnwindSafe for DIRAMPFORCE
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