Struct sdl2_sys::SDL_ControllerDeviceEvent [] [src]

#[repr(C)]
pub struct SDL_ControllerDeviceEvent { pub type_: Uint32, pub timestamp: Uint32, pub which: Sint32, }

\brief Controller device event structure (event.cdevice.*)

Fields

< ::SDL_CONTROLLERDEVICEADDED, ::SDL_CONTROLLERDEVICEREMOVED, or ::SDL_CONTROLLERDEVICEREMAPPED

< The joystick device index for the ADDED event, instance id for the REMOVED or REMAPPED event

Trait Implementations

impl Debug for SDL_ControllerDeviceEvent
[src]

[src]

Formats the value using the given formatter.

impl Copy for SDL_ControllerDeviceEvent
[src]

impl Clone for SDL_ControllerDeviceEvent
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more