Struct sdl2_sys::haptic::SDL_HapticLeftRight [] [src]

#[repr(C)]
pub struct SDL_HapticLeftRight { pub type_: uint16_t, pub length: uint32_t, pub large_magnitude: uint16_t, pub small_magnitude: uint16_t, }

Fields

Trait Implementations

impl Copy for SDL_HapticLeftRight
[src]

impl Clone for SDL_HapticLeftRight
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more