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

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

Fields

Trait Implementations

impl Copy for SDL_HapticDirection
[src]

impl Clone for SDL_HapticDirection
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more