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

#[repr(C)]
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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more