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

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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more