Struct sdl2_sys::haptic::SDL_HapticDirection [] [src]

pub struct SDL_HapticDirection {
    pub type_: uint8_t,
    pub dir: [int32_t; 3],
}

Fields

type_
dir

Trait Implementations

Derived Implementations

impl Clone for SDL_HapticDirection

fn clone(&self) -> SDL_HapticDirection

fn clone_from(&mut self, source: &Self)

impl Copy for SDL_HapticDirection