Struct winapi::xinput::XINPUT_VIBRATION [] [src]

pub struct XINPUT_VIBRATION {
    pub wLeftMotorSpeed: WORD,
    pub wRightMotorSpeed: WORD,
}

Fields

wLeftMotorSpeed: WORD wRightMotorSpeed: WORD

Trait Implementations

impl Debug for XINPUT_VIBRATION
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

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