Type Alias sdl2_sys::SDL_GameController
source · pub type SDL_GameController = _SDL_GameController;
Aliased Type§
struct SDL_GameController { /* private fields */ }
Trait Implementations
source§impl Clone for _SDL_GameController
impl Clone for _SDL_GameController
source§fn clone(&self) -> _SDL_GameController
fn clone(&self) -> _SDL_GameController
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more