Struct winapi::xinput::XINPUT_STATE [] [src]

pub struct XINPUT_STATE {
    pub dwPacketNumber: DWORD,
    pub Gamepad: XINPUT_GAMEPAD,
}

Fields

dwPacketNumber: DWORD Gamepad: XINPUT_GAMEPAD

Trait Implementations

impl Debug for XINPUT_STATE
[src]

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

Formats the value using the given formatter.

impl Copy for XINPUT_STATE
[src]

impl Clone for XINPUT_STATE
[src]

fn clone(&self) -> XINPUT_STATE

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