Struct windows_sys::Win32::UI::Input::XboxController::XINPUT_VIBRATION
[−]Expand description
Required features: "Win32_UI_Input_XboxController"
Fields
wLeftMotorSpeed: u16
wRightMotorSpeed: u16
Trait Implementations
impl Clone for XINPUT_VIBRATION
impl Clone for XINPUT_VIBRATION
impl Copy for XINPUT_VIBRATION
Auto Trait Implementations
impl RefUnwindSafe for XINPUT_VIBRATION
impl Send for XINPUT_VIBRATION
impl Sync for XINPUT_VIBRATION
impl Unpin for XINPUT_VIBRATION
impl UnwindSafe for XINPUT_VIBRATION
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