Type Alias sdl2_sys::SDL_Haptic
source · pub type SDL_Haptic = _SDL_Haptic;
Aliased Type§
struct SDL_Haptic { /* private fields */ }
Trait Implementations
source§impl Clone for _SDL_Haptic
impl Clone for _SDL_Haptic
source§fn clone(&self) -> _SDL_Haptic
fn clone(&self) -> _SDL_Haptic
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