Struct winapi::xinput::XINPUT_VIBRATION
[−]
[src]
pub struct XINPUT_VIBRATION { pub wLeftMotorSpeed: WORD, pub wRightMotorSpeed: WORD, }
Fields
wLeftMotorSpeed | |
wRightMotorSpeed |
Trait Implementations
impl Copy for XINPUT_VIBRATION
[src]
impl Clone for XINPUT_VIBRATION
[src]
fn clone(&self) -> XINPUT_VIBRATION
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more