Union sdl2_sys::SDL_GameControllerButtonBind__bindgen_ty_1 [] [src]

#[repr(C)]
pub union SDL_GameControllerButtonBind__bindgen_ty_1 { pub button: c_int, pub axis: c_int, pub hat: SDL_GameControllerButtonBind__bindgen_ty_1__bindgen_ty_1, // some fields omitted }

Fields

button: c_int axis: c_int hat: SDL_GameControllerButtonBind__bindgen_ty_1__bindgen_ty_1

Trait Implementations

impl Copy for SDL_GameControllerButtonBind__bindgen_ty_1
[src]

impl Clone for SDL_GameControllerButtonBind__bindgen_ty_1
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more